diff options
author | metamuffin <metamuffin@noreply.codeberg.org> | 2024-09-07 13:37:23 +0000 |
---|---|---|
committer | metamuffin <metamuffin@noreply.codeberg.org> | 2024-09-07 13:37:23 +0000 |
commit | 091f8ff9acf04cedf14765e9db5540c876fd7375 (patch) | |
tree | 4c115d6cb14df5d68bc72785f1020ed4ad2fb8e2 /client/menu/play.tscn | |
parent | af108805c8fd87a9d20a8df02072f224d2cd3417 (diff) | |
parent | 3ef379fb07df126ea09cb112801a0bef371f8811 (diff) | |
download | hurrycurry-091f8ff9acf04cedf14765e9db5540c876fd7375.tar hurrycurry-091f8ff9acf04cedf14765e9db5540c876fd7375.tar.bz2 hurrycurry-091f8ff9acf04cedf14765e9db5540c876fd7375.tar.zst |
Merge pull request 'Refactor settings system and localization' (#123) from new-settings into master
Reviewed-on: https://codeberg.org/hurrycurry/hurrycurry/pulls/123
Diffstat (limited to 'client/menu/play.tscn')
-rw-r--r-- | client/menu/play.tscn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/menu/play.tscn b/client/menu/play.tscn index 959ca760..b91f7bda 100644 --- a/client/menu/play.tscn +++ b/client/menu/play.tscn @@ -59,7 +59,7 @@ layout_mode = 2 [node name="quick_connect" type="Button" parent="side/margin/options/second"] layout_mode = 2 -text = "Quick Connect" +text = "c.menu.play.quick_connect" alignment = 0 [node name="connect" type="HBoxContainer" parent="side/margin/options/second"] @@ -73,7 +73,7 @@ placeholder_text = "wss://example.org" [node name="connect" type="Button" parent="side/margin/options/second/connect"] layout_mode = 2 -text = "Connect" +text = "c.menu.play.connect" [node name="server" type="HBoxContainer" parent="side/margin/options/second"] layout_mode = 2 @@ -81,12 +81,12 @@ layout_mode = 2 [node name="control" type="Button" parent="side/margin/options/second/server"] layout_mode = 2 size_flags_horizontal = 3 -text = "Server" +text = "c.menu.play.server" alignment = 0 [node name="connect" type="Button" parent="side/margin/options/second/server"] layout_mode = 2 -text = "Connect" +text = "c.menu.play.connect" [node name="spacer2" type="Control" parent="side/margin/options/second"] custom_minimum_size = Vector2(0, 10) @@ -94,7 +94,7 @@ layout_mode = 2 [node name="back" type="Button" parent="side/margin/options/second"] layout_mode = 2 -text = "Back" +text = "c.menu.back" alignment = 0 [connection signal="pressed" from="side/margin/options/second/quick_connect" to="." method="_on_quick_connect_pressed"] |