aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-24 14:10:19 +0200
committernokoe <nokoe@mailbox.org>2024-06-24 14:10:19 +0200
commitc011ed88fbacee5c736a712128bc248ff4061546 (patch)
tree8677948942843502d240c63ac30f665884c65a56
parent4ac5c49d6fff64c06d0a8b0a5af852bc6c4c1ca8 (diff)
parent9e695d4a7759819965057a27037ae6bf224367ac (diff)
downloadhurrycurry-c011ed88fbacee5c736a712128bc248ff4061546.tar
hurrycurry-c011ed88fbacee5c736a712128bc248ff4061546.tar.bz2
hurrycurry-c011ed88fbacee5c736a712128bc248ff4061546.tar.zst
Merge branch 'master' of ssh://codeberg.org/metamuffin/undercooked
-rw-r--r--client/menu/main_menu.tscn5
-rw-r--r--client/menu/theme.tres10
2 files changed, 13 insertions, 2 deletions
diff --git a/client/menu/main_menu.tscn b/client/menu/main_menu.tscn
index 2e6c671e..4a5e5611 100644
--- a/client/menu/main_menu.tscn
+++ b/client/menu/main_menu.tscn
@@ -46,8 +46,10 @@ layout_mode = 2
[node name="title" type="Label" parent="side/margin/options"]
layout_mode = 2
auto_translate = false
+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"]
@@ -93,6 +95,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"]
diff --git a/client/menu/theme.tres b/client/menu/theme.tres
index 342aceba..c2ec3b12 100644
--- a/client/menu/theme.tres
+++ b/client/menu/theme.tres
@@ -5,7 +5,7 @@
[sub_resource type="FontVariation" id="FontVariation_lyo8w"]
base_font = ExtResource("1_go7fi")
-variation_embolden = 0.97
+variation_embolden = 1.25
spacing_top = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_25x32"]
@@ -14,6 +14,10 @@ content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(1, 1, 1, 0.0352941)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2fl8q"]
content_margin_left = 10.0
@@ -21,6 +25,10 @@ content_margin_top = 10.0
content_margin_right = 10.0
content_margin_bottom = 10.0
bg_color = Color(1, 1, 1, 0.266667)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
[sub_resource type="StyleBoxLine" id="StyleBoxLine_emtvk"]
content_margin_top = 5.0