Updated format

This commit is contained in:
2015-05-28 21:00:43 +02:00
parent 161d630d36
commit a9759e476b
+35 -23
View File
@@ -1,5 +1,3 @@
/* Generated with Avans SMtoCSF by Janco Kock and Kenneth van Ewijk */
/* Generated on 28-05-2015 15:17:00 */
{ {
"meta": { "meta": {
"title": "title of song", "title": "title of song",
@@ -10,25 +8,39 @@
}, },
"file": { "file": {
"audio": "song audio file", "audio": "song audio file",
"image": "song image file", "background": "song background image",
"file": "name of this file" "banner": "song banner image"
}, },
"data": { "data": [
"easy": [ {
{ "difficulty": "easy",
"time": 1, "objects": [
"direction": 1, {
"color": "BLUE", "time": 1,
"hold": true, "direction": 1,
"length": 1000 "color": "BLUE",
}, "hold": true,
{ "length": 1000
"time": 16, },
"direction": 6, {
"color": "YELLOW" "time": 16,
} "direction": 6,
], "color": "YELLOW"
"medium": [], }
"hard": [] ]
} },
} {
"difficulty": "medium",
"objects": [
{
"time": 4,
"direction": 3,
"color": "PURPLE"
},
{
}
]
}
]
}