🔧 JavaScript MMORPG - Maiu Online - #babylonjs - Ep31: Inventory, drop and pickup items
Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to
Hello,
I'm working on inventory system. So far i implemented few things:
- inventory UI, displaying slot items and currency (dust)
- monsters drops items or dust (gold)
- player can pickup item from the ground
- not picked up items disappear after 30s
still TODO:
- dropping items on the ground
- drag and drop for inventory items for dropping/replacing in inventory slots
...