crystal displayed on interface, with fancy gradient and the most beautifull colors for the crystal :)

This commit is contained in:
Remco
2016-06-08 13:08:14 +02:00
parent bba0a2e2a0
commit 881b58138c
5 changed files with 26 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ Player::Player()
health = 50;
xp = 75;
level = 10;
crystals = 0;
}
Player* Player::getInstance()