HeavenStudio/Assets/spaceball.json

47 lines
1 KiB
JSON
Raw Normal View History

2021-12-25 06:22:09 +00:00
{
"bpm": 105,
"entities": [
{
"beat": 4,
"datamodel": "spaceball/shoot"
},
{
"beat": 6,
"datamodel": "spaceball/shoot"
},
{
"beat": 8,
"datamodel": "gameManager/switchGame/forkLifter"
},
{
"beat": 8,
"datamodel": "forkLifter/pea"
},
{
"beat": 11,
"datamodel": "gameManager/switchGame/spaceball"
},
{
"beat": 14,
"datamodel": "spaceball/shoot"
},
{
"beat": 16,
"datamodel": "gameManager/switchGame/clappyTrio"
},
{
"beat": 16,
"length": 2,
"datamodel": "clappyTrio/clap"
},
{
"beat": 21,
"datamodel": "gameManager/switchGame/spaceball"
},
{
"beat": 22,
"type": "high",
"datamodel": "spaceball/shoot"
}
2021-12-25 06:22:09 +00:00
]
}