mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-24 23:26:45 +00:00
Fixing #228
This commit is contained in:
@@ -207,7 +207,7 @@ namespace BBM
|
||||
.addComponent<Drawable2DComponent, RAY::Texture>("assets/buttons/button_back.png")
|
||||
.addComponent<OnClickComponent>([](WAL::Entity &entity, WAL::Wal &)
|
||||
{
|
||||
gameState.nextScene = BBM::GameState::SceneID::MainMenuScene;
|
||||
gameState.nextScene = gameState.previousScene;
|
||||
})
|
||||
.addComponent<OnIdleComponent>([](WAL::Entity &entity, WAL::Wal &)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user