Status UI now has a log and some buttons.
This commit is contained in:
parent
3a6ba8445a
commit
bfe0d797c8
7 changed files with 61 additions and 17 deletions
|
@ -3,7 +3,7 @@
|
|||
namespace Events {
|
||||
enum GUI {
|
||||
START, COMBAT, LOOT, DEATH, STAIRS_UP, STAIRS_DOWN, TRAP,
|
||||
COMBAT_START, NO_NEIGHBORS, ATTACK
|
||||
COMBAT_START, NO_NEIGHBORS, ATTACK, NOOP
|
||||
};
|
||||
|
||||
struct Combat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue