This commit is contained in:
Nikolai Fesenko
2025-08-21 19:32:40 +02:00
parent a0efc6b9b8
commit e32a58f416
10 changed files with 105 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ var item_poses: Array
func _init() -> void:
max_person_using = 1
can_store = true
build_name = "shelf"
func _ready() -> void:
self.owner = $".."
#object_placed.connect(_on_object_placed.bind(self))