chore: update demo locales and scene data

This commit is contained in:
2026-06-14 15:42:12 +08:00
parent d0e901bd1f
commit 544f548275
3 changed files with 19 additions and 9 deletions

View File

@@ -90,5 +90,10 @@
"title": "Completed",
"desc": "Complete the game once"
}
}
},
"battle": {
"hud": { "player": "You" },
"result": { "victory": "Victory!" }
},
"stat": { "courage": "Courage" }
}

View File

@@ -90,5 +90,10 @@
"title": "通关达成",
"desc": "完成一次游戏"
}
}
},
"battle": {
"hud": { "player": "你" },
"result": { "victory": "击退成功!" }
},
"stat": { "courage": "勇气" }
}

View File

@@ -368,13 +368,6 @@
]
}
],
"battleResult": {
"title": "击退成功!",
"titleKey": "battle.result.victory",
"stats": [
{ "label": "勇气", "labelKey": "stat.courage", "variable": "courage", "max": 100 }
]
},
"qte": {
"triggerTime": 1.0,
"prompt": "躲避飞来的石块!",
@@ -420,6 +413,13 @@
"高清 (720P)": "qte_success/720p/index.m3u8",
"标清 (480P)": "qte_success/480p/index.m3u8"
},
"battleResult": {
"title": "击退成功!",
"titleKey": "battle.result.victory",
"stats": [
{ "label": "勇气", "labelKey": "stat.courage", "variable": "courage", "max": 100 }
]
},
"choices": [
{
"text": "继续前进",