summaryrefslogtreecommitdiff
path: root/Assets/menu.tres
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/menu.tres')
-rw-r--r--Assets/menu.tres52
1 files changed, 52 insertions, 0 deletions
diff --git a/Assets/menu.tres b/Assets/menu.tres
new file mode 100644
index 0000000..759ace0
--- /dev/null
+++ b/Assets/menu.tres
@@ -0,0 +1,52 @@
+[gd_resource type="Theme" load_steps=5 format=3 uid="uid://b2pl6wu7l374w"]
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ldkow"]
+bg_color = Color(0.262745, 0.772549, 0.960784, 0.941176)
+border_width_left = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(1, 1, 1, 1)
+corner_radius_bottom_right = 6
+corner_radius_bottom_left = 6
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mlijo"]
+content_margin_left = 10.0
+content_margin_right = 10.0
+bg_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_g0xox"]
+content_margin_left = 10.0
+content_margin_right = 10.0
+bg_color = Color(0, 0, 0, 0.501961)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fhjtc"]
+bg_color = Color(0.262745, 0.772549, 0.960784, 0.941176)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 6
+corner_radius_top_right = 6
+expand_margin_bottom = 1.0
+
+[resource]
+TabContainer/colors/font_selected_color = Color(0, 0, 0, 1)
+TabContainer/colors/font_unselected_color = Color(1, 1, 1, 1)
+TabContainer/font_sizes/font_size = 5
+TabContainer/styles/panel = SubResource("StyleBoxFlat_ldkow")
+TabContainer/styles/tab_selected = SubResource("StyleBoxFlat_mlijo")
+TabContainer/styles/tab_unselected = SubResource("StyleBoxFlat_g0xox")
+TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_fhjtc")