Schwungus-Software / Bombswab

A game about defusing bombs and/or causing chaos
https://bombswab.schwungus.software/
The Unlicense
0 stars 0 forks source link

Inventory #16

Closed nonk123 closed 8 months ago

nonk123 commented 9 months ago

A basic inventory system. Several inventory slots as clickable buttons and a hand slot. Clicking on an empty inventory slot puts the item from your hand slot. Clicking on the slot again brings it back into your hand.

nonk123 commented 8 months ago

A completely different idea: numbered item slots (1-8) and two hand slots (q and e). Push the corresponding button to select a slot. Select another slot to transfer/swap items between the two previous slots. The first slot you select is the source; the second is the destination.

Pros:

Cons:

nonk123 commented 8 months ago

Implemented the latter approach.