localised resources and remaining scenes

This commit is contained in:
2025-08-21 18:41:32 +10:00
parent 2859b6dd43
commit 57a57d2b91
38 changed files with 484 additions and 129 deletions

View File

@@ -3,7 +3,7 @@ extends HBoxContainer
func set_wave(wave: int) -> void:
$WaveLabel.text = "Wave " + str(wave) + ": "
$WaveLabel.text = tr("LABEL_WAVE").format({Wave_Number = str(wave)})
func add_enemy_tag(enemy: Enemy, num: int) -> void: