From 594fd664027d7bc1910745e6e98de7c974bbfc52 Mon Sep 17 00:00:00 2001 From: Kellan KOZUME Date: Sun, 26 Apr 2026 01:22:11 -0400 Subject: [PATCH] feat(translation): update main menu and outro text to English Co-authored-by: Copilot --- levels/main_menu.tscn | 4 ++-- levels/outro.tscn | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/levels/main_menu.tscn b/levels/main_menu.tscn index 0ef894e..6d60250 100644 --- a/levels/main_menu.tscn +++ b/levels/main_menu.tscn @@ -42,7 +42,7 @@ vertical_alignment = 1 layout_mode = 2 theme_override_colors/font_color = Color(0.65882355, 0.61960787, 0.5882353, 1) theme_override_font_sizes/font_size = 10 -text = "Un robot se réveille." +text = "A robot wakes up." horizontal_alignment = 1 vertical_alignment = 1 @@ -50,7 +50,7 @@ vertical_alignment = 1 layout_mode = 2 theme_override_colors/font_color = Color(0.9607843, 0.9411765, 0.9098039, 1) theme_override_font_sizes/font_size = 10 -text = "[ Appuyer sur une touche ]" +text = "[ Press any key ]" horizontal_alignment = 1 vertical_alignment = 1 diff --git a/levels/outro.tscn b/levels/outro.tscn index e6e1183..994ffe7 100644 --- a/levels/outro.tscn +++ b/levels/outro.tscn @@ -54,7 +54,7 @@ offset_top = -23.0 grow_horizontal = 2 grow_vertical = 0 theme_override_font_sizes/font_size = 6 -text = "[ Appuyer pour continuer ]" +text = "[ Press to continue ]" horizontal_alignment = 1 vertical_alignment = 1