crystals will be displayed, when not get with darker icons, when picked up crystals get colors

This commit is contained in:
Remco
2016-06-09 17:47:34 +02:00
parent 0209c8b4e2
commit 912a2234a3
7 changed files with 50 additions and 17 deletions
+2
View File
@@ -3,11 +3,13 @@ class Interface
{
public:
Interface();
Interface(int);
~Interface();
void draw(void);
void update(float deltaTime);
int crystalWidth, crystalHeight, crystalOffset;
int maxCrystals;
};