diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-07 12:17:59 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-07 12:17:59 +0200 |
commit | 5b602bee672c469e7b8f27d956c7b10c2321b08f (patch) | |
tree | b8af77acc22e4b977eece4fd75580f667d7bffbe /client/menu/ingame.tscn | |
parent | 50113d09271aeb9c3be56be0bba729a91f4496a6 (diff) | |
download | hurrycurry-5b602bee672c469e7b8f27d956c7b10c2321b08f.tar hurrycurry-5b602bee672c469e7b8f27d956c7b10c2321b08f.tar.bz2 hurrycurry-5b602bee672c469e7b8f27d956c7b10c2321b08f.tar.zst |
fallback language
Diffstat (limited to 'client/menu/ingame.tscn')
-rw-r--r-- | client/menu/ingame.tscn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/client/menu/ingame.tscn b/client/menu/ingame.tscn index ce42bbdd..55678847 100644 --- a/client/menu/ingame.tscn +++ b/client/menu/ingame.tscn @@ -94,22 +94,22 @@ layout_mode = 2 [node name="Resume" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Resume" +text = "c.menu.ingame.resume" alignment = 0 [node name="Leave" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Join Game" +text = "c.menu.ingame.join" alignment = 0 [node name="Lobby" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Cancel game" +text = "c.menu.ingame.cancel" alignment = 0 [node name="Reconnect" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Reconnect" +text = "c.menu.ingame.reconnect" alignment = 0 [node name="Spacer2" type="Control" parent="Side/Margin/Options"] @@ -118,7 +118,7 @@ layout_mode = 2 [node name="Settings" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Settings" +text = "c.menu.settings" alignment = 0 [node name="Spacer3" type="Control" parent="Side/Margin/Options"] @@ -127,12 +127,12 @@ layout_mode = 2 [node name="MainMenu" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Main menu" +text = "c.menu.ingame.main_menu" alignment = 0 [node name="Quit" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Quit game" +text = "c.menu.quit" alignment = 0 [connection signal="pressed" from="Side/Margin/Options/Resume" to="." method="_on_resume_pressed"] |