aboutsummaryrefslogtreecommitdiff
path: root/client/scripts/tiles/full_tile.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/tiles/full_tile.gd')
-rw-r--r--client/scripts/tiles/full_tile.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/scripts/tiles/full_tile.gd b/client/scripts/tiles/full_tile.gd
index a986b053..863046ba 100644
--- a/client/scripts/tiles/full_tile.gd
+++ b/client/scripts/tiles/full_tile.gd
@@ -3,8 +3,8 @@ extends Floor
var static_body = StaticBody3D.new()
-func setup(rename: String, neighbors: Array):
- super.setup(rename, neighbors)
+func _init(rename: String, neighbors: Array):
+ super(rename, neighbors)
var shape = CollisionShape3D.new()
var box = BoxShape3D.new()
shape.position.y += .5