aboutsummaryrefslogtreecommitdiff
path: root/client/scripts/map/full_tile.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/map/full_tile.gd')
-rw-r--r--client/scripts/map/full_tile.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/scripts/map/full_tile.gd b/client/scripts/map/full_tile.gd
index c05e0457..a986b053 100644
--- a/client/scripts/map/full_tile.gd
+++ b/client/scripts/map/full_tile.gd
@@ -9,5 +9,7 @@ func setup(rename: String, neighbors: Array):
var box = BoxShape3D.new()
shape.position.y += .5
shape.shape = box
+ shape.name = "Box"
static_body.add_child(shape)
+ static_body.name = "Body"
base.add_child(static_body)