From 544f54827549d08978e91ffd69add77196a33226 Mon Sep 17 00:00:00 2001 From: cocos02 Date: Sun, 14 Jun 2026 15:42:12 +0800 Subject: [PATCH] chore: update demo locales and scene data --- public/demo/locales/en.json | 7 ++++++- public/demo/locales/zh.json | 7 ++++++- public/scenes/demo.json | 14 +++++++------- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/public/demo/locales/en.json b/public/demo/locales/en.json index a85084d..d432642 100644 --- a/public/demo/locales/en.json +++ b/public/demo/locales/en.json @@ -90,5 +90,10 @@ "title": "Completed", "desc": "Complete the game once" } - } + }, + "battle": { + "hud": { "player": "You" }, + "result": { "victory": "Victory!" } + }, + "stat": { "courage": "Courage" } } \ No newline at end of file diff --git a/public/demo/locales/zh.json b/public/demo/locales/zh.json index 70a75d1..9a1a65f 100644 --- a/public/demo/locales/zh.json +++ b/public/demo/locales/zh.json @@ -90,5 +90,10 @@ "title": "通关达成", "desc": "完成一次游戏" } - } + }, + "battle": { + "hud": { "player": "你" }, + "result": { "victory": "击退成功!" } + }, + "stat": { "courage": "勇气" } } \ No newline at end of file diff --git a/public/scenes/demo.json b/public/scenes/demo.json index 8979e17..867ec66 100644 --- a/public/scenes/demo.json +++ b/public/scenes/demo.json @@ -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": "继续前进",