Converted the buttons to reflect the actions you can take.

This commit is contained in:
Zed A. Shaw 2025-04-08 14:36:51 -04:00
parent d7e9944e58
commit b5d93399d5
4 changed files with 16 additions and 9 deletions

View file

@ -3,7 +3,9 @@
namespace Events {
enum GUI {
START, COMBAT, LOOT, DEATH, STAIRS_UP, STAIRS_DOWN, TRAP,
COMBAT_START, NO_NEIGHBORS, ATTACK, UPDATE_SPRITE, ENEMY_SPAWN, NOOP
COMBAT_START, NO_NEIGHBORS,
ATTACK, BLOCK, EVADE, HEAL,
UPDATE_SPRITE, ENEMY_SPAWN, NOOP
};
struct Combat {