89 lines
1.6 KiB
JSON
89 lines
1.6 KiB
JSON
{
|
|
"meta": {
|
|
"title": "RECORD STORE GUY",
|
|
"lives": 5,
|
|
"version": 3
|
|
},
|
|
"start": "s00",
|
|
"scenes": {
|
|
"s01": {
|
|
"clip": "clips/s01_action.mp4",
|
|
"death": "clips/s01_death.mp4",
|
|
"windows": [
|
|
{
|
|
"t": [
|
|
4.6,
|
|
5.4
|
|
],
|
|
"input": "left",
|
|
"cue": true
|
|
}
|
|
],
|
|
"onSuccess": "s02",
|
|
"checkpoint": true
|
|
},
|
|
"s02": {
|
|
"clip": "clips/s02_action.mp4",
|
|
"death": "clips/s02_death.mp4",
|
|
"windows": [
|
|
{
|
|
"t": [
|
|
4.2,
|
|
5.0
|
|
],
|
|
"input": "up",
|
|
"cue": true
|
|
}
|
|
],
|
|
"onSuccess": "s03",
|
|
"checkpoint": false
|
|
},
|
|
"s03": {
|
|
"clip": "clips/s03_action.mp4",
|
|
"death": "clips/s03_death.mp4",
|
|
"windows": [
|
|
{
|
|
"t": [
|
|
2.4,
|
|
3.1
|
|
],
|
|
"input": "left",
|
|
"cue": true
|
|
},
|
|
{
|
|
"t": [
|
|
4.6,
|
|
5.3
|
|
],
|
|
"input": "up",
|
|
"cue": true
|
|
}
|
|
],
|
|
"onSuccess": "s04",
|
|
"checkpoint": false
|
|
},
|
|
"s00": {
|
|
"clip": "clips/intro.mp4",
|
|
"death": "clips/s01_death.mp4",
|
|
"windows": [],
|
|
"onSuccess": "s01",
|
|
"checkpoint": false
|
|
},
|
|
"s04": {
|
|
"clip": "clips/s04_action.mp4",
|
|
"death": "clips/s04_death.mp4",
|
|
"windows": [
|
|
{
|
|
"t": [
|
|
6.0,
|
|
7.2
|
|
],
|
|
"input": "left",
|
|
"cue": true
|
|
}
|
|
],
|
|
"onSuccess": "WIN",
|
|
"checkpoint": false
|
|
}
|
|
}
|
|
} |