summaryrefslogtreecommitdiff
path: root/client/scripts/map/wall.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/map/wall.gd')
-rw-r--r--client/scripts/map/wall.gd6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/scripts/map/wall.gd b/client/scripts/map/wall.gd
new file mode 100644
index 00000000..dd6d3495
--- /dev/null
+++ b/client/scripts/map/wall.gd
@@ -0,0 +1,6 @@
+class_name Wall
+extends WallTile
+
+func setup(rename: String, neighbors: Array):
+ super.setup(rename, neighbors)
+ base.add_child(load("res://models/prefabs/map/wall.tscn").instantiate())