diff options
author | tpart <tpart120@proton.me> | 2024-06-24 13:57:28 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-24 13:57:28 +0200 |
commit | 0de6eab7639afd8f2b67c9d060b7bb32d68f1014 (patch) | |
tree | adafec088400c3cc0b3e4360318f4825b85a2316 | |
parent | b74f62cfdd58eafac8e6a8f78e4bfc2025f92f49 (diff) | |
download | hurrycurry-0de6eab7639afd8f2b67c9d060b7bb32d68f1014.tar hurrycurry-0de6eab7639afd8f2b67c9d060b7bb32d68f1014.tar.bz2 hurrycurry-0de6eab7639afd8f2b67c9d060b7bb32d68f1014.tar.zst |
Add red border to title
-rw-r--r-- | client/menu/main_menu.tscn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/menu/main_menu.tscn b/client/menu/main_menu.tscn index f6c113de..bebc687b 100644 --- a/client/menu/main_menu.tscn +++ b/client/menu/main_menu.tscn @@ -45,8 +45,10 @@ layout_mode = 2 [node name="title" type="Label" parent="side/margin/options"] layout_mode = 2 +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") -theme_override_font_sizes/font_size = 40 +theme_override_font_sizes/font_size = 48 text = "Undercooked" [node name="spacer" type="Control" parent="side/margin/options"] @@ -91,6 +93,7 @@ text = "Quit" alignment = 0 [node name="SceneTransition" parent="." instance=ExtResource("5_651nk")] +visible = false layout_mode = 1 [connection signal="pressed" from="side/margin/options/quick_connect" to="." method="_on_quick_connect_pressed"] |