dknoma / RealPogGaming

RPG testing
1 stars 0 forks source link

Inventory System Frontend and Backend #3

Open dknoma opened 5 years ago

dknoma commented 5 years ago

Need to work on a basic player inventory MVP. Breaking up the feature into:

dknoma commented 4 years ago

got basic backend working. supports inventory tabs, subtabs, slots, and insert/get/remove/decrement of items.

dknoma commented 4 years ago

also got basic frontend to work. only displays name of item and its count, which changes when the items count changes as well