mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 02:49:57 +00:00
some things for the menu scene
This commit is contained in:
@@ -27,7 +27,7 @@ namespace BBM
|
||||
|
||||
|
||||
//! @brief The currently loaded scene
|
||||
SceneID currentScene = TitleScreenScene;
|
||||
SceneID currentScene = MainMenuScene;
|
||||
|
||||
//! @brief The list of loaded scenes.
|
||||
std::unordered_map<SceneID, WAL::Scene> _loadedScenes = {};
|
||||
|
||||
Reference in New Issue
Block a user