Combat UI can now send events to the GUIwhen they click on buttons, and I've got a crappy wood texture for the buttons to test that.

This commit is contained in:
Zed A. Shaw 2025-02-18 14:24:57 -05:00
parent 722d55d948
commit 69a810b5a1
7 changed files with 38 additions and 20 deletions

View file

@ -3,7 +3,7 @@
namespace Events {
enum GUI {
START, COMBAT, LOOT, DEATH, STAIRS_UP, STAIRS_DOWN, TRAP,
COMBAT_START, NO_NEIGHBORS
COMBAT_START, NO_NEIGHBORS, ATTACK
};
struct Combat {