item can be stored, added poses to shelf

This commit is contained in:
Nikolai Fesenko
2025-08-20 13:38:48 +02:00
parent 88007d247a
commit b5d5d4a818
10 changed files with 72 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ func _on_object_placed(build_postion):
newObject.static_body.input_ray_pickable = true
newObject.global_position = build_postion
BuildManager.add_object_to_array(newObject)
newObject.ActionNode.create()
if newObject.ActionNode != null:
newObject.ActionNode.create()
#newObject.restore_default_shaders()
self.add_child(newObject)