sound-parade/public/score.json.archive
2022-01-17 13:40:25 +09:00

55 lines
1.3 KiB
Text

[
{
"object": {
"id": 2,
"type": "시작",
"src": "./imgs/03.png",
"audio": "./audio/bird.mp3",
"alt": "알트",
"size": { "base": 40, "random": 20 },
"y": { "base": 20, "random": 10 },
"showtime": 30000
},
"timegap": { "base": 19000, "random": 1000 }
},
{
"object": {
"id": 3,
"type": "시작",
"src": "./imgs/06.png",
"audio": "./audio/clap01.mp3",
"alt": "알트",
"size": { "base": 40, "random": 20 },
"y": { "base": 20, "random": 10 },
"showtime": 30000
},
"timegap": { "base": 19000, "random": 1000 }
},
{
"object": {
"id": 4,
"type": "시작",
"src": "./imgs/09.png",
"audio": "./audio/clap02.mp3",
"alt": "알트",
"size": { "base": 40, "random": 20 },
"y": { "base": 20, "random": 10 },
"showtime": 30000
},
"timegap": { "base": 19000, "random": 1000 }
},
{
"object": {
"id": 5,
"type": "시작",
"src": "./imgs/12.png",
"audio": "./audio/march_drum.mp3",
"alt": "알트",
"size": { "base": 40, "random": 20 },
"y": { "base": 20, "random": 10 },
"showtime": 30000
},
"timegap": { "base": 19000, "random": 1000 }
}
]