tweak: reduce intro timeLimit from 15s to 5s for faster testing

This commit is contained in:
2026-06-07 19:00:16 +08:00
parent fa84ed909a
commit c168e30e52

View File

@@ -12,7 +12,7 @@
{ {
"text": "走向左边那扇发光的门", "text": "走向左边那扇发光的门",
"targetScene": "left_door", "targetScene": "left_door",
"timeLimit": 15, "timeLimit": 5,
"effects": [ "effects": [
{ "type": "add", "target": "courage", "value": 10 } { "type": "add", "target": "courage", "value": 10 }
] ]