added english translation

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-09-10 16:07:35 +02:00
parent d370249649
commit da54636680
46 changed files with 3008 additions and 247 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func _ready() -> void:
blink_timer.one_shot = false
blink_timer.timeout.connect(_on_blink_timeout)
add_child(blink_timer)
ai_threat.text = display_text
ai_threat.text = tr(display_text)
for lamp in status_lamps:
lamp.visible = true
if lamp.get_surface_override_material(0) == null: