diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-13 23:29:35 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-13 23:29:35 +0200 |
commit | 9138b1f2d56e31343b8e13d4ed1ee07bdb210c43 (patch) | |
tree | 4d8fb2693fe62803188aa065c1ea12d428f6f5d4 /client/menu | |
parent | 0c77e0938de43a970e03c6dcef019c87745f0ee4 (diff) | |
parent | 78ab4d19c8e1f78a1e5092d643d0634721cea9ae (diff) | |
download | hurrycurry-9138b1f2d56e31343b8e13d4ed1ee07bdb210c43.tar hurrycurry-9138b1f2d56e31343b8e13d4ed1ee07bdb210c43.tar.bz2 hurrycurry-9138b1f2d56e31343b8e13d4ed1ee07bdb210c43.tar.zst |
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/error.tscn | 1 | ||||
-rw-r--r-- | client/menu/setup.tscn | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/error.tscn b/client/menu/error.tscn index 1ceda15a..dfe6e015 100644 --- a/client/menu/error.tscn +++ b/client/menu/error.tscn @@ -51,6 +51,7 @@ horizontal_alignment = 1 layout_mode = 2 theme_override_font_sizes/font_size = 24 text = "This should be the error message." +horizontal_alignment = 1 [node name="Control" type="Control" parent="Panel/contents"] custom_minimum_size = Vector2(0, 15.805) diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index befdc92b..bb05c69b 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -187,7 +187,7 @@ scroll_active = false [node name="NameEntry" type="HBoxContainer" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents"] layout_mode = 2 -tooltip_text = "Other players can see that name when playing on a server" +tooltip_text = "Other players can see your name when playing on a server" [node name="LineEdit" type="LineEdit" parent="ScrollContainer/Control/TextureRect/PaperMargin/Contents/NameEntry"] custom_minimum_size = Vector2(300, 30) |