under_the_ashland_dome/assets/stories.json

39 lines
899 B
JSON

{
"intro_story":
{"_type": "Storyboard",
"image": "intro_story",
"audio": "intro_story",
"layout": [
"[a|b|e]",
"[c|d|f]",
"[g|h|i]"
],
"beats": [
["00:00", "a","pan","60"],
["00:03", "b","pan","60"],
["00:06", "d","pan","60"],
["00:08", "c","pan","60"],
["00:11", "e","pan","60"],
["00:14", "d","pan","60"],
["00:16", "e","pan","60"],
["00:18", "f","bounce","60"],
["00:20", "g","bounce","60"],
["00:23", "h","pan","60"],
["00:30", "i","pan","60"]
]
},
"win_story":
{"_type": "Storyboard",
"image": "win_story",
"audio": "test_story",
"layout": [
"[a|b|c1]",
"[d|e|c2]",
"[g|h|i]"
],
"beats": [
["00:00", "a","pan", "60"],
["00:01", "b","shake", "30"]
]
}
}