From a50364221ab65da0cb49e9998a73912afd286c20 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Thu, 12 Mar 2026 01:35:51 -0500 Subject: [PATCH] Updated Main Theme Added PortraitBorder StyleBox. Added ShoutoutBottomPanel StyleBox. Added ShoutoutInnerPanel StyleBox. Added ShoutoutPanel StyleBox. --- assets/main_theme.tres | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/assets/main_theme.tres b/assets/main_theme.tres index 85d249a9..0bba706d 100644 --- a/assets/main_theme.tres +++ b/assets/main_theme.tres @@ -33,6 +33,33 @@ corner_radius_top_right = 8 corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_d80jv"] +corner_radius_top_left = 300 +corner_radius_top_right = 300 +corner_radius_bottom_right = 300 +corner_radius_bottom_left = 300 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0arac"] +bg_color = Color(1, 1, 1, 1) +corner_radius_bottom_right = 42 +corner_radius_bottom_left = 42 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xgdp2"] +bg_color = Color(0.105868645, 0.3342936, 0.9625184, 1) +corner_radius_top_left = 42 +corner_radius_top_right = 42 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_64js0"] +bg_color = Color(0.18664144, 0.18664144, 0.18664144, 0.8627451) +border_width_left = 3 +border_width_top = 3 +border_width_right = 3 +border_width_bottom = 3 +corner_radius_top_left = 45 +corner_radius_top_right = 45 +corner_radius_bottom_right = 45 +corner_radius_bottom_left = 45 + [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ay4fc"] content_margin_left = 10.0 content_margin_top = 10.0 @@ -57,6 +84,14 @@ BlankButton/styles/pressed = SubResource("StyleBoxEmpty_u7u7u") Entry/base_type = &"PanelContainer" Entry/styles/panel = SubResource("StyleBoxFlat_frgrh") PanelContainer/styles/panel = SubResource("StyleBoxFlat_qhjvx") +PortraitBorder/base_type = &"PanelContainer" +PortraitBorder/styles/panel = SubResource("StyleBoxFlat_d80jv") +ShoutoutBottomPanel/base_type = &"PanelContainer" +ShoutoutBottomPanel/styles/panel = SubResource("StyleBoxFlat_0arac") +ShoutoutInnerPanel/base_type = &"PanelContainer" +ShoutoutInnerPanel/styles/panel = SubResource("StyleBoxFlat_xgdp2") +ShoutoutPanel/base_type = &"PanelContainer" +ShoutoutPanel/styles/panel = SubResource("StyleBoxFlat_64js0") TabPanel/base_type = &"PanelContainer" TabPanel/styles/panel = SubResource("StyleBoxFlat_ay4fc") TooltipLabel/styles/focus = SubResource("StyleBoxFlat_u7u7u")