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.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/scripts/tiles/table.gd b/client/scripts/tiles/table.gd
index 937ef097..3e621f46 100644
--- a/client/scripts/tiles/table.gd
+++ b/client/scripts/tiles/table.gd
@@ -1,6 +1,6 @@
class_name Table
extends FullTile
-func setup(rename: String, neighbors: Array):
- super.setup(rename, neighbors)
+func _init(rename: String, neighbors: Array):
+ super(rename, neighbors)
base.add_child(load("res://models/prefabs/map/table_round_A_small.tscn").instantiate())