sllewely / capitalismgame

1 stars 0 forks source link

[Inventory] Stackable items #43

Open ALW93 opened 9 months ago

ALW93 commented 9 months ago

Description

When a player picks up multiple copies of the same item, it should stack in the inventory. This will prevent overflow in the inventory UI and pave the way for a more dynamic variety of loot.

⚠️ *Note: Since existing scenes depend on the old inventory system, this should be developed in a new prefab and integrated into the Shop and Dungeon scenes in future work. ⚠️

Requirements