From c168e30e5219f8e4ccc37bc889a5d8774d91cfee Mon Sep 17 00:00:00 2001 From: cocos02 Date: Sun, 7 Jun 2026 19:00:16 +0800 Subject: [PATCH] tweak: reduce intro timeLimit from 15s to 5s for faster testing --- public/scenes/demo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scenes/demo.json b/public/scenes/demo.json index 7eb38b8..ba29a3e 100644 --- a/public/scenes/demo.json +++ b/public/scenes/demo.json @@ -12,7 +12,7 @@ { "text": "走向左边那扇发光的门", "targetScene": "left_door", - "timeLimit": 15, + "timeLimit": 5, "effects": [ { "type": "add", "target": "courage", "value": 10 } ]