crystals will be displayed, when not get with darker icons, when picked up crystals get colors
This commit is contained in:
@@ -3,11 +3,13 @@ class Interface
|
||||
{
|
||||
public:
|
||||
Interface();
|
||||
Interface(int);
|
||||
~Interface();
|
||||
|
||||
void draw(void);
|
||||
void update(float deltaTime);
|
||||
|
||||
int crystalWidth, crystalHeight, crystalOffset;
|
||||
int maxCrystals;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user