JavaScript MMORPG – Maiu Online – #babylonjs – Ep31: Inventory, drop and pickup items



This content originally appeared on DEV Community and was authored by Maiu

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


This content originally appeared on DEV Community and was authored by Maiu