mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-31 01:25:21 +00:00
add splashcreen scene in game states
This commit is contained in:
@@ -22,11 +22,12 @@ namespace BBM
|
||||
SettingsScene,
|
||||
PauseMenuScene,
|
||||
LobbyScene,
|
||||
SplashscreenScene,
|
||||
};
|
||||
|
||||
|
||||
//! @brief The currently loaded scene
|
||||
SceneID currentScene = MainMenu;
|
||||
SceneID currentScene = SplashscreenScene;
|
||||
|
||||
//! @brief The list of loaded scenes.
|
||||
std::unordered_map<SceneID, WAL::Scene> _loadedScenes = {};
|
||||
|
||||
Reference in New Issue
Block a user