added poses for items in shelf

This commit is contained in:
Nikolai Fesenko
2025-08-19 15:39:24 +02:00
parent 31c9a69132
commit 88007d247a
6 changed files with 209 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ func add_shelf(object):
func add_item_to_shelf(shelf, item):
item.shelf_owner = shelf
shelf.stored_items.append(item)
shelf.add_item(item)
func get_item(id):
return get_item_from_id(id)