Updated format

This commit is contained in:
2015-05-28 22:47:08 +02:00
parent 37bdcc16bb
commit adf5c1d70f
+34 -8
View File
@@ -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
}
]
}
]
}
}