diff options
Diffstat (limited to 'client/menu/popup_message.tscn')
-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 |