aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Ross <aross02@fairport.org>2023-05-26 08:20:21 -0400
committerAidan Ross <aross02@fairport.org>2023-05-26 08:20:21 -0400
commit576c665f56a9b3d42541e730a294898dc6e6536f (patch)
treef3ca56ec3221d6b8bd8f942958ab0707cfb94df2
parente454ed3c25228edfb0a968a565d856871efe0d9d (diff)
parent3b31a7221ad9959fe33298e2d712057a06dd11d0 (diff)
downloadNPEhero-576c665f56a9b3d42541e730a294898dc6e6536f.tar.gz
NPEhero-576c665f56a9b3d42541e730a294898dc6e6536f.tar.bz2
NPEhero-576c665f56a9b3d42541e730a294898dc6e6536f.zip
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
-rw-r--r--src/main/Level.java2
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;