-
Notifications
You must be signed in to change notification settings - Fork 1
/
songs.json
35 lines (35 loc) · 1.18 KB
/
songs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{"name": "Modulae - Intro",
"music": "songs/modulae/intro.song",
"wb": "songs/modulae/intro.wb"},
{"name": "Modulae - Demo",
"music": "songs/modulae/demo.song",
"wb": "songs/modulae/demo.wb"},
{"name": "Xmas Demo - Loading",
"music": "songs/xmas/loading.song",
"wb": "songs/xmas/loading.wb"},
{"name": "Xmas Demo - Menu",
"music": "songs/xmas/main.song",
"wb": "songs/xmas/main.wb"},
{"name": "Xmas Demo - Bullwinkle: The Sequel",
"music": "songs/xmas/section1.song",
"wb": "songs/xmas/section1.wb"},
{"name": "Xmas Demo - The Split Demo",
"music": "songs/xmas/section2.song",
"wb": "songs/xmas/section2.wb"},
{"name": "Xmas Demo - Starwar Fractured Tale",
"music": "songs/xmas/section3.song",
"wb": "songs/xmas/section3.wb"},
{"name": "Xmas Demo - Christmas Gifts",
"music": "songs/xmas/section4.song",
"wb": "songs/xmas/section4.wb"},
{"name": "Xmas Demo - Hidden Track",
"music": "songs/xmas/section8.song",
"wb": "songs/xmas/section8.wb"},
{"name": "Bulla Demo",
"music": "songs/bulla/music.song",
"wb": "songs/bulla/music.wb"},
{"name": "Soundsmith Intro",
"music": "songs/ss/intro.song",
"wb": "songs/ss/intro.wb"}
]