added buttons to main state
This commit is contained in:
@ -170,6 +170,7 @@ const char* StateManager::getStateName(AppState state) const {
|
||||
switch (state) {
|
||||
case AppState::Loading: return "Loading";
|
||||
case AppState::Menu: return "Menu";
|
||||
case AppState::Options: return "Options";
|
||||
case AppState::LevelSelector: return "LevelSelector";
|
||||
case AppState::Playing: return "Playing";
|
||||
case AppState::LevelSelect: return "LevelSelect";
|
||||
|
||||
Reference in New Issue
Block a user