Wire first real Flow clips into engine: s01-s03 actions + s01 death, tuned windows

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
m3ultra 2026-07-19 23:39:42 +10:00
parent 9c8ec0d02e
commit 7f829241a9
2 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ engine/clips/*.mp4
production/raw/ production/raw/
.DS_Store .DS_Store
*.env *.env
flow-vids-RSG/
flow-chars-insurance/

View File

@ -5,24 +5,24 @@
"s01": { "s01": {
"clip": "clips/s01_action.mp4", "clip": "clips/s01_action.mp4",
"death": "clips/s01_death.mp4", "death": "clips/s01_death.mp4",
"windows": [{ "t": [3.2, 3.9], "input": "right", "cue": true }], "windows": [{ "t": [4.6, 5.4], "input": "left", "cue": true }],
"onSuccess": "s02", "onSuccess": "s02",
"checkpoint": true "checkpoint": true
}, },
"s02": { "s02": {
"clip": "clips/s02_action.mp4", "clip": "clips/s02_action.mp4",
"death": "clips/s02_death.mp4", "death": "clips/s02_death.mp4",
"windows": [ "windows": [{ "t": [4.2, 5.0], "input": "up", "cue": true }],
{ "t": [2.0, 2.7], "input": "down", "cue": true },
{ "t": [3.5, 4.2], "input": "up", "cue": true }
],
"onSuccess": "s03", "onSuccess": "s03",
"checkpoint": false "checkpoint": false
}, },
"s03": { "s03": {
"clip": "clips/s03_action.mp4", "clip": "clips/s03_action.mp4",
"death": "clips/s03_death.mp4", "death": "clips/s03_death.mp4",
"windows": [{ "t": [3.0, 3.6], "input": "action", "cue": true }], "windows": [
{ "t": [2.4, 3.1], "input": "left", "cue": true },
{ "t": [4.6, 5.3], "input": "up", "cue": true }
],
"onSuccess": "WIN", "onSuccess": "WIN",
"checkpoint": false "checkpoint": false
} }