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

Missing touch input in SlotUI #97

Closed KageKao666 closed 1 month ago

KageKao666 commented 7 months ago

I'm creating a mobile game and I need slots to be selected using clicks rather than the mouse wheel.

scriptsengineer commented 7 months ago

You must modify the slot_ui.gd code to accept touch screen, currently only mouse clicks exist.

KageKao666 commented 7 months ago

can you please send me the finished code, I can’t do it :(

scriptsengineer commented 1 month ago

UI code was moved to demonstrate the purpose of each developer creating their way of handling interface and inputs from inventory system nodes