From fa84ed909ac46e70176b431e876670ed9e7f14dd Mon Sep 17 00:00:00 2001 From: cocos02 Date: Sun, 7 Jun 2026 18:59:37 +0800 Subject: [PATCH] test: add timeLimit to intro scene for timer feature testing First intro choice has 15s limit, times out to left_door if user doesn't act --- public/scenes/demo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/scenes/demo.json b/public/scenes/demo.json index ec3f471..7eb38b8 100644 --- a/public/scenes/demo.json +++ b/public/scenes/demo.json @@ -12,6 +12,7 @@ { "text": "走向左边那扇发光的门", "targetScene": "left_door", + "timeLimit": 15, "effects": [ { "type": "add", "target": "courage", "value": 10 } ]