Browse Source

Updated format

Kenneth van Ewijk 10 years ago
parent
commit
adf5c1d70f
1 changed files with 34 additions and 8 deletions
  1. 34 8
      NAME_OF_SONG.csf

+ 34 - 8
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
 				}
 			]
 		}
 	]
-}
+}