Open dknoma opened 5 years ago
got basic backend working. supports inventory tabs, subtabs, slots, and insert/get/remove/decrement of items.
also got basic frontend to work. only displays name of item and its count, which changes when the items count changes as well
Need to work on a basic player inventory MVP. Breaking up the feature into:
Frontend (UI, displaying the inventory menu, the items in the inventory, the tabs. Descriptions, etc can come later, not necessary for MVP)
Backend (actually storing the inventory state, the slots, and data of the items inside the inventory).