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
407 stars 26 forks source link

Example of equipment inventory #76

Closed scriptsengineer closed 8 months ago

scriptsengineer commented 8 months ago

Add an inventory for the user to equip resources like a shield. The logic is to basically be an inventory that has a customized look and slots with specific categories and accepting only one item.