From adf5c1d70fd2a9c1ba21e4ecff2c4d0f49c62dac Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Thu, 28 May 2015 22:47:08 +0200 Subject: [PATCH] Updated format --- NAME_OF_SONG.csf | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/NAME_OF_SONG.csf b/NAME_OF_SONG.csf index 7985d4c..0ee1826 100644 --- a/NAME_OF_SONG.csf +++ b/NAME_OF_SONG.csf @@ -7,9 +7,9 @@ "BPM": 0 }, "file": { - "audio": "song audio file", - "background": "song background image", - "banner": "song banner image" + "audio": "NAME_OF_SONG.mp3", + "background": "background.png", + "banner": "banner.png" }, "data": [ { @@ -18,14 +18,26 @@ { "time": 1, "direction": 1, - "color": "BLUE", + "button": 0, "hold": true, "length": 1000 }, { "time": 16, "direction": 6, - "color": "YELLOW" + "button": 1 + } + ], + "button": [ + { + "time": 0, + "button": 0, + "color": 0 + }, + { + "time": 20, + "button": 6, + "color": 1 } ] }, @@ -35,12 +47,26 @@ { "time": 4, "direction": 3, - "color": "PURPLE" + "button": 3 }, { - + "time": 12, + "direction": 5, + "button": 2 + } + ], + "button": [ + { + "time": 0, + "button": 0, + "color": 0 + }, + { + "time": 20, + "button": 6, + "color": 1 } ] } ] -} +} \ No newline at end of file