German translation

Bugs fixed
This commit is contained in:
=
2018-01-14 12:21:16 +01:00
parent 9175fc33a4
commit b66979508c
5 changed files with 124 additions and 52 deletions

View File

@ -43,6 +43,7 @@ public class User {
level = 1;
starCount = 0;
energyCount = 0;
levelUpBounties.loadAllForLevel(level);
toolSlotSettings.reset();
currentPlayerShape = PlayerShape.BALL;
}