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:
parent
9741df30ab
commit
37d28094ec
5 changed files with 56 additions and 27 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue