From 73fade1b948bff004648a49d0a9498fb25a93e63 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Sun, 14 Jun 2026 17:26:22 +0800 Subject: [PATCH] fix: add back missing alone_ending scene definition --- public/scenes/demo.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/scenes/demo.json b/public/scenes/demo.json index 017de39..1848837 100644 --- a/public/scenes/demo.json +++ b/public/scenes/demo.json @@ -558,6 +558,15 @@ "choices": [], "thumbnail": "shared/thumb.jpg" }, + "alone_ending": { + "id": "alone_ending", + "videoUrl": "alone_ending/alone_ending.mp4", + "choices": [], + "onEnter": [ + { "type": "set", "target": "completed_game", "value": 1 } + ], + "thumbnail": "alone_ending/thumb.jpg" + }, "combat_router": { "id": "combat_router", "videoUrl": "",