fix: move skippable flag from QTE result scenes to the triggering scene

This commit is contained in:
2026-06-09 14:57:46 +08:00
parent 0a6d26ecb0
commit 66c7028b32

View File

@@ -153,6 +153,7 @@
"right_door": { "right_door": {
"id": "right_door", "id": "right_door",
"videoUrl": "/videos/right_door.mp4", "videoUrl": "/videos/right_door.mp4",
"skippable": false,
"bgmUrl": "/audio/tense_bgm.mp3", "bgmUrl": "/audio/tense_bgm.mp3",
"bgmVolume": 0.7, "bgmVolume": 0.7,
"bgmCrossFade": 2.0, "bgmCrossFade": 2.0,
@@ -173,7 +174,6 @@
"qte_success": { "qte_success": {
"id": "qte_success", "id": "qte_success",
"videoUrl": "/videos/qte_success.mp4", "videoUrl": "/videos/qte_success.mp4",
"skippable": false,
"choices": [ "choices": [
{ {
"text": "继续前进", "text": "继续前进",
@@ -188,7 +188,6 @@
"qte_fail": { "qte_fail": {
"id": "qte_fail", "id": "qte_fail",
"videoUrl": "/videos/qte_fail.mp4", "videoUrl": "/videos/qte_fail.mp4",
"skippable": false,
"choices": [ "choices": [
{ {
"text": "继续前进", "text": "继续前进",