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

This commit is contained in:
Zoe Roux
2021-06-11 15:32:55 +02:00
+2
View File
@@ -700,6 +700,8 @@ namespace BBM
.addComponent<Drawable2DComponent, RAY::Texture>("assets/plain_menu_background.png");
scene->addEntity("Control entity")
.addComponent<ControllableComponent>()
.addComponent<KeyboardComponent>()
.addComponent<MusicComponent>("assets/musics/music_title.ogg")
.addComponent<SoundComponent>(sounds);