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

Shift click on slot send directly to other inventory #74

Closed scriptsengineer closed 8 months ago

scriptsengineer commented 8 months ago

We have no connection and prediction of which inventories are open, for example, the craft panel contains two inventories that may or may not be open. Keeping this information will make the UI more rigid than it already is.