when collected all crystals it is possible to move to the next level, by stepping in the portal

This commit is contained in:
Remco
2016-06-10 10:56:54 +02:00
parent 912a2234a3
commit 0ca94aef4d
9 changed files with 134 additions and 34 deletions
+2
View File
@@ -8,6 +8,7 @@
#include "Interface.h"
#include "Crystal.h"
#include "Skybox.h"
#include "Portal.h"
class Entity;
@@ -20,6 +21,7 @@ private:
HeightMap* heightmap;
Interface* interface;
Skybox* skybox;
Portal* portal;
int music_id,maxCrystals;