Skip to content

v0.1.2

Choose a tag to compare

@encodedlux encodedlux released this 16 Jun 18:45
· 22 commits to main since this release

Added

  • New Hotbar APIs: setHotbar, onHotbarChanged, and onBackpackLoaded event hooks to manage and persist hotbar configurations.
  • Added slotEquipStrokeOutline boolean property to customize slot equip highlight borders.

Changed

  • Events Renamed: Renamed backpack events to be more explicit (e.g., changed onBackpackRemoved to onBackpackItemRemoved).
  • Restructured project directories into core/ and ui/ areas.