chore: update demo locales and scene data
This commit is contained in:
@@ -90,5 +90,10 @@
|
|||||||
"title": "Completed",
|
"title": "Completed",
|
||||||
"desc": "Complete the game once"
|
"desc": "Complete the game once"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"battle": {
|
||||||
|
"hud": { "player": "You" },
|
||||||
|
"result": { "victory": "Victory!" }
|
||||||
|
},
|
||||||
|
"stat": { "courage": "Courage" }
|
||||||
}
|
}
|
||||||
@@ -90,5 +90,10 @@
|
|||||||
"title": "通关达成",
|
"title": "通关达成",
|
||||||
"desc": "完成一次游戏"
|
"desc": "完成一次游戏"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"battle": {
|
||||||
|
"hud": { "player": "你" },
|
||||||
|
"result": { "victory": "击退成功!" }
|
||||||
|
},
|
||||||
|
"stat": { "courage": "勇气" }
|
||||||
}
|
}
|
||||||
@@ -368,13 +368,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"battleResult": {
|
|
||||||
"title": "击退成功!",
|
|
||||||
"titleKey": "battle.result.victory",
|
|
||||||
"stats": [
|
|
||||||
{ "label": "勇气", "labelKey": "stat.courage", "variable": "courage", "max": 100 }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"qte": {
|
"qte": {
|
||||||
"triggerTime": 1.0,
|
"triggerTime": 1.0,
|
||||||
"prompt": "躲避飞来的石块!",
|
"prompt": "躲避飞来的石块!",
|
||||||
@@ -420,6 +413,13 @@
|
|||||||
"高清 (720P)": "qte_success/720p/index.m3u8",
|
"高清 (720P)": "qte_success/720p/index.m3u8",
|
||||||
"标清 (480P)": "qte_success/480p/index.m3u8"
|
"标清 (480P)": "qte_success/480p/index.m3u8"
|
||||||
},
|
},
|
||||||
|
"battleResult": {
|
||||||
|
"title": "击退成功!",
|
||||||
|
"titleKey": "battle.result.victory",
|
||||||
|
"stats": [
|
||||||
|
{ "label": "勇气", "labelKey": "stat.courage", "variable": "courage", "max": 100 }
|
||||||
|
]
|
||||||
|
},
|
||||||
"choices": [
|
"choices": [
|
||||||
{
|
{
|
||||||
"text": "继续前进",
|
"text": "继续前进",
|
||||||
|
|||||||
Reference in New Issue
Block a user