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
This commit is contained in:
2026-06-07 18:59:37 +08:00
parent 7826d789a7
commit fa84ed909a

View File

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