Got some kind of jank button and mouse events coming in, now just need to connect them to the GUI to detect button presses and other interaction.

This commit is contained in:
Zed A. Shaw 2024-09-17 11:55:01 -04:00
parent 9741df30ab
commit 37d28094ec
5 changed files with 56 additions and 27 deletions

View file

@ -15,7 +15,8 @@ enum class GameState {
enum class GameEvent {
BUILD_START, BUILD_SUCCESS,
BUILD_DONE, BUILD_FAILED, HIT
BUILD_DONE, BUILD_FAILED, HIT,
TASK_DONE, TIMER_EXPIRED
};
enum class GameBonus {