diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/Level.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Level.java b/src/main/Level.java index 4110d4f..2e97367 100644 --- a/src/main/Level.java +++ b/src/main/Level.java @@ -21,7 +21,7 @@ public class Level public ArrayList<Difficulty> diffList = new ArrayList<Difficulty>(); public Image background; //optional - public Color[] colors = new Color[5];//optional, have default colors + public Color[] colors = new Color[]{Color.RED,Color.BLUE,Color.GREEN,Color.PURPLE,Color.YELLOW};//optional, have default colors private JSONObject levelStuff; |