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

@@ -17,6 +17,12 @@ public class Player {
private String color;
private int score;
private int bestScore;
private PlayerState state;
private double x;
private double y;