26 lines
661 B
JSON
26 lines
661 B
JSON
{
|
|
"rat_king":
|
|
{"_type": "Storyboard",
|
|
"image": "test_story",
|
|
"audio": "test_story",
|
|
"layout": [
|
|
"[a|b|c1]",
|
|
"[d|e|c2]",
|
|
"[g|h|i]"
|
|
],
|
|
"beats": [
|
|
["00:00", "a","pan", "60"],
|
|
["00:01", "a","shake", "30"],
|
|
["00:5", "g","pan", "60"],
|
|
["00:6", "h","pan", "60"],
|
|
["00:7", "h","bounce", "60"],
|
|
["00:8", "c1","pan", "60"],
|
|
["00:9", "c2","pan", "60"],
|
|
["00:10", "d","bounce", "60"],
|
|
["00:11", "e","shake", "60"],
|
|
["00:12", "i","pan", "60"],
|
|
["00:13", "i","shake", "60"],
|
|
["00:14", "i","bounce", "60"]
|
|
]
|
|
}
|
|
}
|