From eb446e1f786cbfe9af7f2ececca02f53d46d1ee4 Mon Sep 17 00:00:00 2001 From: nokoe Date: Thu, 20 Jun 2024 15:46:47 +0200 Subject: better names in scene tree --- client/scripts/map/full_tile.gd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/scripts/map/full_tile.gd') 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) -- cgit v1.2.3-70-g09d2