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