diff options
author | tpart <tpart120@proton.me> | 2024-08-06 20:23:31 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-06 20:23:31 +0200 |
commit | ac79d7789c5a85b3ef195e421f1836a750fa9b6f (patch) | |
tree | 3300ce9175c60667f757ce6a0db8544452781e1f | |
parent | 1c05bfe74c9471a8743ad032820b57bcab677938 (diff) | |
download | hurrycurry-ac79d7789c5a85b3ef195e421f1836a750fa9b6f.tar hurrycurry-ac79d7789c5a85b3ef195e421f1836a750fa9b6f.tar.bz2 hurrycurry-ac79d7789c5a85b3ef195e421f1836a750fa9b6f.tar.zst |
Make hints left-aligned
-rw-r--r-- | client/menu/popup_message.tscn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn index 51e52469..d29e992b 100644 --- a/client/menu/popup_message.tscn +++ b/client/menu/popup_message.tscn @@ -100,7 +100,6 @@ 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="."] |