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:
@@ -12,6 +12,7 @@
|
||||
{
|
||||
"text": "走向左边那扇发光的门",
|
||||
"targetScene": "left_door",
|
||||
"timeLimit": 15,
|
||||
"effects": [
|
||||
{ "type": "add", "target": "courage", "value": 10 }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user