fix(boss): HUD 阶段提示改 tr(STATUS_BOSS_PHASE)+4语言 .po;register_boss 未知 boss_type push_error

This commit is contained in:
2026-07-23 11:07:52 +08:00
parent f8efdc639d
commit 95e5587049
6 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -744,7 +744,7 @@ func _on_charge_fired(_payload: Dictionary) -> void:
func _on_boss_phase_changed(payload: Dictionary) -> void:
if _lbl_status:
_lbl_status.text = "Boss 阶段 %d" % int(payload.get("phase", 0))
_lbl_status.text = tr("STATUS_BOSS_PHASE") % int(payload.get("phase", 0))
func _on_spell_depth_exceeded(_payload: Dictionary) -> void:
_lbl_status.text = tr("STATUS_DEPTH") % SpellEvaluator.MAX_TRIGGER_DEPTH