diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2023-05-30 08:39:09 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2023-05-30 08:39:09 -0400 |
commit | 2ce13a58f9bf1cac1b7c8644ba38f5ad7e7bee44 (patch) | |
tree | 4901e38b24927aacf97c059f08b9bcc7fd9a758d /levels/testLevel | |
parent | 0795c44d8e523bfd96671576f70d67d6184a1ede (diff) | |
parent | c502ba54d61edf9118f9667c37329a15a9359a3f (diff) | |
download | NPEhero-2ce13a58f9bf1cac1b7c8644ba38f5ad7e7bee44.tar.gz NPEhero-2ce13a58f9bf1cac1b7c8644ba38f5ad7e7bee44.tar.bz2 NPEhero-2ce13a58f9bf1cac1b7c8644ba38f5ad7e7bee44.zip |
Merge branch 'main' of https://gitlab.sowgro.net/guitarheros/guitarhero
Diffstat (limited to 'levels/testLevel')
-rw-r--r-- | levels/testLevel/metadata.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/levels/testLevel/metadata.json b/levels/testLevel/metadata.json index eff28b2..b055416 100644 --- a/levels/testLevel/metadata.json +++ b/levels/testLevel/metadata.json @@ -1,5 +1,12 @@ { "title": "testSong", "artist": "ed sheeran", - "desc": "this is a test level. lalalala testing testing" + "desc": "this is a test level. lalalala testing testing", + + "color1": "#ffae00", + "color2": "#264630", + "color3": "#3b77d6", + "color4": "#f0bd07", + "color5": "#c2e7ff" + }
\ No newline at end of file |