summaryrefslogtreecommitdiff
path: root/Assets/Resources/theme.tres
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Resources/theme.tres')
-rw-r--r--Assets/Resources/theme.tres98
1 files changed, 98 insertions, 0 deletions
diff --git a/Assets/Resources/theme.tres b/Assets/Resources/theme.tres
new file mode 100644
index 0000000..2b784b7
--- /dev/null
+++ b/Assets/Resources/theme.tres
@@ -0,0 +1,98 @@
+[gd_resource type="Theme" load_steps=14 format=3 uid="uid://c1fnb2x2lyhi7"]
+
+[ext_resource type="StyleBox" uid="uid://ck2ii7b04mnpr" path="res://Assets/Resources/hotbar_selected.tres" id="1_ecq7o"]
+[ext_resource type="StyleBox" uid="uid://dprnngvddcy3u" path="res://Assets/Resources/hotbar_deselected.tres" id="1_lv85i"]
+[ext_resource type="FontFile" uid="uid://cxc8sgnrd70s0" path="res://Assets/Resources/Roboto-Italic.ttf" id="1_wkony"]
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_td33u"]
+content_margin_left = 16.0
+content_margin_top = 8.0
+content_margin_right = 16.0
+content_margin_bottom = 8.0
+bg_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 100
+corner_radius_top_right = 100
+corner_radius_bottom_right = 100
+corner_radius_bottom_left = 100
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_y8ys4"]
+content_margin_left = 32.0
+content_margin_top = 8.0
+content_margin_right = 32.0
+content_margin_bottom = 8.0
+bg_color = Color(0, 0, 0, 0.376471)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+corner_radius_top_left = 16
+corner_radius_top_right = 16
+corner_radius_bottom_right = 16
+corner_radius_bottom_left = 16
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_f6a0p"]
+content_margin_left = 32.0
+content_margin_top = 8.0
+content_margin_right = 32.0
+content_margin_bottom = 8.0
+bg_color = Color(0, 0, 0, 0.580392)
+corner_radius_top_left = 16
+corner_radius_top_right = 16
+corner_radius_bottom_right = 16
+corner_radius_bottom_left = 16
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cul84"]
+content_margin_left = 32.0
+content_margin_top = 8.0
+content_margin_right = 32.0
+content_margin_bottom = 8.0
+bg_color = Color(0, 0, 0, 0.376471)
+corner_radius_top_left = 16
+corner_radius_top_right = 16
+corner_radius_bottom_right = 16
+corner_radius_bottom_left = 16
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_rst61"]
+content_margin_left = 32.0
+content_margin_top = 8.0
+content_margin_right = 32.0
+content_margin_bottom = 8.0
+bg_color = Color(0.15, 0.15, 0.15, 0.376471)
+corner_radius_top_left = 16
+corner_radius_top_right = 16
+corner_radius_bottom_right = 16
+corner_radius_bottom_left = 16
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lv85i"]
+bg_color = Color(0, 0, 0, 0.498039)
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6581p"]
+bg_color = Color(1, 1, 1, 0.0745098)
+
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wkony"]
+bg_color = Color(1, 1, 1, 0.172549)
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_wkony"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_cul84"]
+
+[resource]
+Bubble/base_type = &"PanelContainer"
+Bubble/styles/panel = SubResource("StyleBoxFlat_td33u")
+Button/fonts/font = ExtResource("1_wkony")
+Button/styles/focus = SubResource("StyleBoxFlat_y8ys4")
+Button/styles/hover = SubResource("StyleBoxFlat_f6a0p")
+Button/styles/normal = SubResource("StyleBoxFlat_cul84")
+Button/styles/pressed = SubResource("StyleBoxFlat_rst61")
+Label/font_sizes/font_size = 16
+Label/fonts/font = ExtResource("1_wkony")
+Panel/styles/panel = SubResource("StyleBoxFlat_lv85i")
+SlotDeselected/base_type = &"PanelContainer"
+SlotDeselected/styles/panel = ExtResource("1_lv85i")
+SlotFull/base_type = &"Button"
+SlotFull/styles/focus = SubResource("StyleBoxFlat_6581p")
+SlotFull/styles/hover = SubResource("StyleBoxFlat_wkony")
+SlotFull/styles/normal = SubResource("StyleBoxEmpty_wkony")
+SlotFull/styles/pressed = SubResource("StyleBoxEmpty_cul84")
+SlotSelected/base_type = &"PanelContainer"
+SlotSelected/styles/panel = ExtResource("1_ecq7o")