expressobits / inventory-system

Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.
MIT License
503 stars 32 forks source link

Fixed an issue where adding InventoryItems created outside the UI overwrote the Item with ID=0 #72

Closed jeanphillips31 closed 1 year ago

jeanphillips31 commented 1 year ago

Adding an InventoryItem to the UI that was created outside the Inventory UI will now correctly update the ID instead of overwriting the item with id=0

scriptsengineer commented 1 year ago

Great, this will really prevent manual work when creating items