1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
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")
|