diff options
author | tpart <tpart120@proton.me> | 2024-08-06 19:50:01 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-06 19:50:11 +0200 |
commit | 1c05bfe74c9471a8743ad032820b57bcab677938 (patch) | |
tree | ecdb48c132f893f84b7beec07f1ae579328db26f | |
parent | 2a081c3d7cf1fe9c30a19cde3918f3cb17fa822f (diff) | |
download | hurrycurry-1c05bfe74c9471a8743ad032820b57bcab677938.tar hurrycurry-1c05bfe74c9471a8743ad032820b57bcab677938.tar.bz2 hurrycurry-1c05bfe74c9471a8743ad032820b57bcab677938.tar.zst |
Enable wrapping for popup messages
-rw-r--r-- | client/menu/popup_message.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn index 8a91f7c8..51e52469 100644 --- a/client/menu/popup_message.tscn +++ b/client/menu/popup_message.tscn @@ -72,13 +72,13 @@ text = "Server message" visible = false material = SubResource("ShaderMaterial_k0m35") layout_mode = 2 -size_flags_horizontal = 4 size_flags_vertical = 0 mouse_filter = 2 theme_override_styles/panel = SubResource("StyleBoxFlat_vq4dg") [node name="CenterContainer" type="HBoxContainer" parent="VBox/HintMessage"] layout_mode = 2 +alignment = 1 [node name="MarginContainer" type="MarginContainer" parent="VBox/HintMessage/CenterContainer"] layout_mode = 2 @@ -96,9 +96,12 @@ stretch_mode = 4 [node name="Label" type="Label" parent="VBox/HintMessage/CenterContainer"] layout_mode = 2 +size_flags_horizontal = 3 theme_override_fonts/font = SubResource("FontVariation_qfltj") theme_override_styles/normal = SubResource("StyleBoxEmpty_3rgop") text = "A hint is worth more than a thousand manuals" +horizontal_alignment = 1 +autowrap_mode = 3 [node name="ServerTimer" type="Timer" parent="."] wait_time = 5.0 |