Merge branch 'master' of github.com:sippeangelo/Escape-the-Dawn

Conflicts:
	Escape-the-Dawn/GameWorld.cpp
	Escape-the-Dawn/plane.obj
This commit is contained in:
ViktorLjung
2014-03-13 02:02:41 +01:00
17 changed files with 314 additions and 64 deletions
@@ -9,7 +9,6 @@
#include "Components/Model.h"
namespace Systems
{
class LevelGenerationSystem : public System
@@ -28,7 +27,8 @@ namespace Systems
glm::vec2 startyz;
double elapsedtime;
std::vector<EntityID> obstacles;
std::list<EntityID> obstacles;
std::shared_ptr<Components::Transform> transform;
std::shared_ptr<Components::Bounds> bounds;