mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 10:59:48 +00:00
Merge branch 'develop' of github.com:AnonymusRaccoon/Bomberman into opti
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "System/Gravity/GravitySystem.hpp"
|
||||
#include "System/BumperTimer/BumperTimerSystem.hpp"
|
||||
#include "System/Music/MusicSystem.hpp"
|
||||
#include "System/Renderer/CameraSystem.hpp"
|
||||
#include "System/Lobby/LobbySystem.hpp"
|
||||
#include "System/Score/ScoreSystem.hpp"
|
||||
#include "System/EndCondition/EndConditionSystem.hpp"
|
||||
@@ -108,6 +109,7 @@ namespace BBM
|
||||
.addSystem<ShaderDrawable2DSystem>()
|
||||
// .addSystem<EndConditionSystem>()
|
||||
.addSystem<ScoreSystem>()
|
||||
.addSystem<CameraSystem>()
|
||||
.addSystem<MusicSystem>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user