summaryrefslogtreecommitdiff
path: root/client/scripts/map/floor.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-20 15:46:47 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:24:32 +0200
commiteb446e1f786cbfe9af7f2ececca02f53d46d1ee4 (patch)
tree3845a839a9f78dd9d29921bd7570a18c7da86407 /client/scripts/map/floor.gd
parent7fc559d2967dd235f72ad0fd04d5e13c31486e98 (diff)
downloadhurrycurry-eb446e1f786cbfe9af7f2ececca02f53d46d1ee4.tar
hurrycurry-eb446e1f786cbfe9af7f2ececca02f53d46d1ee4.tar.bz2
hurrycurry-eb446e1f786cbfe9af7f2ececca02f53d46d1ee4.tar.zst
better names in scene tree
Diffstat (limited to 'client/scripts/map/floor.gd')
-rw-r--r--client/scripts/map/floor.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/scripts/map/floor.gd b/client/scripts/map/floor.gd
index d4e61c2d..a8a396c4 100644
--- a/client/scripts/map/floor.gd
+++ b/client/scripts/map/floor.gd
@@ -12,6 +12,7 @@ enum Facing {
func setup(rename: String, _neighbors: Array):
add_child(load("res://models/prefabs/map/floor_kitchen_small.tscn").instantiate())
+ base.name = "Base"
add_child(base)
self.name = rename