Antique battle command UI

This commit is contained in:
2026-06-19 08:06:32 +09:00
parent f883dc4366
commit 2c57438c21
4 changed files with 92 additions and 77 deletions

View File

@@ -2761,12 +2761,12 @@ func _check_ancient_ui_theme(failures: Array[String]) -> void:
failures.append("post-move command title should use order wording")
if scene.post_move_cancel_button == null or scene.post_move_cancel_button.text != "발걸음 거두기":
failures.append("post-move cancel button should use recall step wording")
if scene.post_move_picker_back_button == null or scene.post_move_picker_back_button.text != "돌아가":
failures.append("post-move picker back button should use return wording")
if scene.post_move_picker_back_button == null or scene.post_move_picker_back_button.text != "죽간 거두":
failures.append("post-move picker back button should use bamboo-slip wording")
if scene.targeting_hint_title_label == null or scene.targeting_hint_title_label.text != "적장 지목":
failures.append("targeting hint title should use mark foe wording")
if scene.targeting_hint_back_button == null or scene.targeting_hint_back_button.text != "돌아가":
failures.append("targeting hint back button should use return wording")
if scene.targeting_hint_back_button == null or scene.targeting_hint_back_button.text != "죽간 거두":
failures.append("targeting hint back button should use bamboo-slip wording")
scene._update_briefing_camp_overview(scene.state.get_briefing(), false)
if scene.briefing_camp_overview_fallback_label == null or scene.briefing_camp_overview_fallback_label.text != "비단 전장도":
failures.append("briefing map fallback should read as an old campaign map")