This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
shapes-juke/.bin/songs/list.json

27 lines
524 B
JSON

[
{
"name": "test-60bpm",
"bpm": 60,
"music": "test-60bpm.ogg",
"script": "test-60bpm.sj",
"preview": {
"play-offset": 0,
"bg-inner-color": [0.8, 0.8, 0.8, 1],
"bg-outer-color": [0.1, 0.1, 0.1, 1]
}
},
{
"name": "Cranky - V.L.S.I.",
"bpm": 60,
"music": "Cranky-VLSI_short.ogg",
"script": "Cranky-VLSI_short.sj",
"preview": {
"play-offset": 38000,
"bg-inner-color": [0.6, 0.6, 0.7, 1],
"bg-outer-color": [0.1, 0.1, 0.1, 1]
}
}
]