Merge branch 'audio_level_bar' of github.com:AnonymusRaccoon/Bomberman into audio_level_bar

This commit is contained in:
Zoe Roux
2021-06-17 22:31:27 +02:00
8 changed files with 26 additions and 8 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ namespace BBM
texture->use("assets/buttons/button_back_hovered.png");
});
back.getComponent<OnClickComponent>().setButtonLinks(&play, nullptr, &play);
play.getComponent<OnClickComponent>().setButtonLinks(nullptr, &back, nullptr,&back);
back.getComponent<OnClickComponent>().setButtonLinks(&play, nullptr, nullptr, &play);
play.getComponent<OnClickComponent>().setButtonLinks(nullptr, &back, &back);
return scene;
}
}