Added leaderboard, music & respawn screen
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user