Loot UI is now mostly formed, just need to get loot into it and make it work.

This commit is contained in:
Zed A. Shaw 2025-05-14 11:49:09 -04:00
parent 8545b8cf1d
commit dfc6aa08e9
12 changed files with 38 additions and 146 deletions

View file

@ -5,7 +5,7 @@ namespace Events {
START, COMBAT, LOOT, DEATH, STAIRS_UP, STAIRS_DOWN, TRAP,
COMBAT_START, NO_NEIGHBORS, HP_STATUS,
ATTACK, BLOCK, EVADE, NEW_RITUAL,
UPDATE_SPRITE, ENEMY_SPAWN, NOOP
UPDATE_SPRITE, ENEMY_SPAWN, NOOP, LOOT_CLOSE
};
struct Combat {