Bugfix
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ Player::Player()
|
|||||||
health = maxHp;
|
health = maxHp;
|
||||||
xp = 0;
|
xp = 0;
|
||||||
maxXp = 100;
|
maxXp = 100;
|
||||||
level = 5;
|
level = 1;
|
||||||
crystals = 0;
|
crystals = 0;
|
||||||
hit = false;
|
hit = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user