diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-05-28 10:04:57 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-05-28 10:04:57 +0200 |
| commit | 2ab87ab4569c032b6d9357e1bbe10b4d8da887e7 (patch) | |
| tree | 51fc591b6a859b3277c2669608444b6b8e75de41 /Scenes | |
| parent | 7d6e9ae1a3c59465e79a2889dbdf175faf46e9ef (diff) | |
| download | texty-2ab87ab4569c032b6d9357e1bbe10b4d8da887e7.tar.xz texty-2ab87ab4569c032b6d9357e1bbe10b4d8da887e7.zip | |
l10n: add translations for start menu
Diffstat (limited to 'Scenes')
| -rw-r--r-- | Scenes/StartMenu.tscn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Scenes/StartMenu.tscn b/Scenes/StartMenu.tscn index ba9458b..cf5d9d2 100644 --- a/Scenes/StartMenu.tscn +++ b/Scenes/StartMenu.tscn @@ -19,27 +19,27 @@ margin_right = 1008.0 margin_bottom = 584.0 [node name="Buttons" type="VBoxContainer" parent="MainContainer"] -margin_left = 421.0 +margin_left = 411.0 margin_top = 222.0 -margin_right = 587.0 +margin_right = 597.0 margin_bottom = 361.0 [node name="StartButton" type="Button" parent="MainContainer/Buttons"] -margin_right = 166.0 +margin_right = 186.0 margin_bottom = 41.0 -text = "Start Adventure" +text = "BUTTON_START_GAME" [node name="CreditsButton" type="Button" parent="MainContainer/Buttons"] margin_top = 49.0 -margin_right = 166.0 +margin_right = 186.0 margin_bottom = 90.0 -text = "Credits" +text = "BUTTON_CREDITS" [node name="QuitButton" type="Button" parent="MainContainer/Buttons"] margin_top = 98.0 -margin_right = 166.0 +margin_right = 186.0 margin_bottom = 139.0 -text = "Quit" +text = "BUTTON_QUIT_GAME" [connection signal="visibility_changed" from="." to="." method="OnVisibilityChanged"] [connection signal="pressed" from="MainContainer/Buttons/StartButton" to="." method="OnStartButtonPressed"] |
