add splashcreen scene in game states

This commit is contained in:
arthur.jamet
2021-06-05 10:34:11 +02:00
parent 10078edd15
commit f9c46d2120
+2 -1
View File
@@ -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 = {};