Merge branch 'developer' into feature/weaponCollision

This commit is contained in:
jancoow
2016-06-22 03:30:47 +02:00
120 changed files with 84830 additions and 13194 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Player::Player()
health = maxHp;
xp = 0;
maxXp = 100;
level = 5;
level = 1;
crystals = 0;
hit = false;