From a9759e476b77ab4c1463ce3b020ab2d67559674d Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Thu, 28 May 2015 21:00:43 +0200 Subject: [PATCH] Updated format --- NAME_OF_SONG.csf | 58 +++++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 23 deletions(-) diff --git a/NAME_OF_SONG.csf b/NAME_OF_SONG.csf index b45a17c..7985d4c 100644 --- a/NAME_OF_SONG.csf +++ b/NAME_OF_SONG.csf @@ -1,5 +1,3 @@ -/* Generated with Avans SMtoCSF by Janco Kock and Kenneth van Ewijk */ -/* Generated on 28-05-2015 15:17:00 */ { "meta": { "title": "title of song", @@ -10,25 +8,39 @@ }, "file": { "audio": "song audio file", - "image": "song image file", - "file": "name of this file" + "background": "song background image", + "banner": "song banner image" }, - "data": { - "easy": [ - { - "time": 1, - "direction": 1, - "color": "BLUE", - "hold": true, - "length": 1000 - }, - { - "time": 16, - "direction": 6, - "color": "YELLOW" - } - ], - "medium": [], - "hard": [] - } -} \ No newline at end of file + "data": [ + { + "difficulty": "easy", + "objects": [ + { + "time": 1, + "direction": 1, + "color": "BLUE", + "hold": true, + "length": 1000 + }, + { + "time": 16, + "direction": 6, + "color": "YELLOW" + } + ] + }, + { + "difficulty": "medium", + "objects": [ + { + "time": 4, + "direction": 3, + "color": "PURPLE" + }, + { + + } + ] + } + ] +}