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";
|
||||
|
||||
@ -13,6 +13,7 @@ class RenderManager;
|
||||
enum class AppState {
|
||||
Loading,
|
||||
Menu,
|
||||
Options,
|
||||
LevelSelector,
|
||||
Playing,
|
||||
LevelSelect,
|
||||
|
||||
Reference in New Issue
Block a user