diff options
Diffstat (limited to 'client/menu/theme/theme.tres')
-rw-r--r-- | client/menu/theme/theme.tres | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/client/menu/theme/theme.tres b/client/menu/theme/theme.tres index defb9890..fff223c0 100644 --- a/client/menu/theme/theme.tres +++ b/client/menu/theme/theme.tres @@ -5,6 +5,7 @@ [ext_resource type="StyleBox" uid="uid://pi5uhe0lrgka" path="res://menu/theme/style/normal_style.tres" id="2_8fwoi"] [ext_resource type="StyleBox" uid="uid://dua4jqje3704w" path="res://menu/theme/style/hover_style.tres" id="2_ye28t"] [ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/font-sansita-swashed.woff2" id="3_8u6ww"] +[ext_resource type="StyleBox" uid="uid://bcd4xcvtv7tws" path="res://menu/theme/style/panel_style.tres" id="4_42dlp"] [sub_resource type="StyleBoxLine" id="StyleBoxLine_emtvk"] content_margin_top = 5.0 @@ -25,13 +26,6 @@ corner_radius_top_right = 5 corner_radius_bottom_right = 5 corner_radius_bottom_left = 5 -[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sjrhv"] -bg_color = Color(0, 0, 0, 0.6) -corner_radius_top_left = 8 -corner_radius_top_right = 8 -corner_radius_bottom_right = 8 -corner_radius_bottom_left = 8 - [sub_resource type="FontVariation" id="FontVariation_ff4nr"] base_font = ExtResource("3_8u6ww") variation_embolden = 0.7 @@ -65,7 +59,8 @@ MarginContainer/constants/margin_bottom = 32 MarginContainer/constants/margin_left = 32 MarginContainer/constants/margin_right = 32 MarginContainer/constants/margin_top = 32 -Panel/styles/panel = SubResource("StyleBoxFlat_sjrhv") +Panel/styles/panel = ExtResource("4_42dlp") +PanelContainer/styles/panel = ExtResource("4_42dlp") RichTextLabel/fonts/bold_font = SubResource("FontVariation_ff4nr") RichTextLabel/fonts/bold_italics_font = SubResource("FontVariation_lyo8w") RichTextLabel/fonts/italics_font = SubResource("FontVariation_lyo8w") |