mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-27 00:06:49 +00:00
now vector playersInfos will be clear each time we resume a game :D
This commit is contained in:
@@ -147,8 +147,6 @@ namespace BBM
|
||||
wal.getSystem<CameraSystem>().hasEnded = false;
|
||||
gameState.nextScene = BBM::GameState::SceneID::MainMenuScene;
|
||||
});
|
||||
//needed material
|
||||
//music
|
||||
save.getComponent<OnClickComponent>().setButtonLinks(&settings);
|
||||
play.getComponent<OnClickComponent>().setButtonLinks(nullptr, &save, nullptr, &settings);
|
||||
settings.getComponent<OnClickComponent>().setButtonLinks(nullptr, &save, &play, &exit);
|
||||
|
||||
Reference in New Issue
Block a user