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

add get_amount_of_category function to inventory.gd #93

Closed non-nattawut closed 7 months ago

non-nattawut commented 8 months ago

Just function that can get amount of category in inventory that before we just have get_amount_of that return amount of item in inventory

scriptsengineer commented 7 months ago

I used cherry pick to add the change, as I ended up breaking the current branch with some reverts