Added ParticleSystem skeleton plus basic temporary implementation.

This commit is contained in:
Stiffly
2014-04-17 00:08:27 +02:00
parent fe263784ae
commit 5e402af093
5 changed files with 91 additions and 31 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ void GameWorld::AddSystems()
//AddSystem("LevelGenerationSystem");
AddSystem("InputSystem");
//AddSystem("CollisionSystem");
////AddSystem("ParticleSystem");
//AddSystem("ParticleSystem");
//AddSystem("PlayerSystem");
AddSystem("FreeSteeringSystem");
AddSystem("SoundSystem");