Added leaderboard, music & respawn screen

This commit is contained in:
Thomas
2020-09-03 16:13:04 +02:00
parent 4d542c1091
commit 832e55c0a3
20 changed files with 259 additions and 113 deletions

View File

@@ -16,9 +16,9 @@ public class GameSettings {
public GameSettings () {
this.arenaSize = 1000;
this.playerSize = 10;
this.playerSpeed = 2;
this.playerSpeed = 2.3;
this.playerTurnSpeed = 10;
this.wallSize = 8;
this.wallUpdate = 5;
this.wallUpdate = 20;
}
}