diff options
author | tpart <tpart120@proton.me> | 2024-08-23 21:54:27 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-23 21:54:27 +0200 |
commit | d3b776d003a3821544a2a17e6688edc66f4670c6 (patch) | |
tree | bd8189d473a92659d4d575158953e5252ff082ed /client/menu | |
parent | 55ee7885f9781ce84b0ff0709e57154939b08302 (diff) | |
download | hurrycurry-d3b776d003a3821544a2a17e6688edc66f4670c6.tar hurrycurry-d3b776d003a3821544a2a17e6688edc66f4670c6.tar.bz2 hurrycurry-d3b776d003a3821544a2a17e6688edc66f4670c6.tar.zst |
Add play menu to pot generation files
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/play.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/play.tscn b/client/menu/play.tscn index cd3c7155..959ca760 100644 --- a/client/menu/play.tscn +++ b/client/menu/play.tscn @@ -42,8 +42,8 @@ theme_override_constants/margin_bottom = 20 layout_mode = 2 [node name="title" type="Label" parent="side/margin/options"] +auto_translate_mode = 2 layout_mode = 2 -auto_translate = false theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1) theme_override_constants/outline_size = 10 theme_override_fonts/font = SubResource("FontVariation_htgmg") @@ -66,9 +66,9 @@ alignment = 0 layout_mode = 2 [node name="uri" type="LineEdit" parent="side/margin/options/second/connect"] +auto_translate_mode = 2 layout_mode = 2 size_flags_horizontal = 3 -auto_translate = false placeholder_text = "wss://example.org" [node name="connect" type="Button" parent="side/margin/options/second/connect"] |