fix(boss): HUD 阶段提示改 tr(STATUS_BOSS_PHASE)+4语言 .po;register_boss 未知 boss_type push_error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user