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

Having this issue? can someone help? #98

Closed StarlightDX closed 7 months ago

StarlightDX commented 7 months ago

image

scriptsengineer commented 7 months ago

Your item needs to have a property called "droppeditem" which indicates the scene of a 3d/2d item that is dropped from your inventory, check the demo items and you can see that they all have this property.

scriptsengineer commented 7 months ago

image