Kenneth van Ewijk hace 9 años
padre
commit
df611e8e51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Player.cpp

+ 1 - 1
Player.cpp

@@ -16,7 +16,7 @@ Player::Player()
 	health = maxHp;
 	xp = 0;
 	maxXp = 100;
-	level = 5;
+	level = 1;
 	crystals = 0;
     hit = false;