-
Notifications
You must be signed in to change notification settings - Fork 1
/
shop_theme.tres
69 lines (63 loc) · 2.19 KB
/
shop_theme.tres
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
[gd_resource type="Theme" load_steps=7 format=3 uid="uid://bdgwcurxul1wa"]
[ext_resource type="Texture2D" uid="uid://s1fy0iamqvw3" path="res://Assets/GFX/BP.png" id="1_u68qi"]
[ext_resource type="Texture2D" uid="uid://doeau5pxl4sv7" path="res://icon.png" id="2_c2hw2"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vkbe8"]
bg_color = Color(0.114897, 0.114897, 0.114897, 1)
border_width_left = 5
border_width_top = 5
border_width_right = 5
border_width_bottom = 5
border_color = Color(0.800491, 0.800491, 0.800491, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_f4fwd"]
bg_color = Color(0.00820201, 0.00820203, 0.00820202, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
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
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ngibq"]
bg_color = Color(0.201526, 0.201527, 0.201526, 1)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.779291, 0.779291, 0.779291, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
expand_margin_left = 2.0
expand_margin_top = 2.0
expand_margin_right = 2.0
expand_margin_bottom = 2.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e5s5p"]
bg_color = Color(0, 0, 0, 1)
border_width_left = 8
border_width_top = 8
border_width_right = 8
border_width_bottom = 8
border_color = Color(1, 1, 1, 1)
[resource]
Button/font_sizes/font_size = 20
Button/styles/hover = SubResource("StyleBoxFlat_vkbe8")
Button/styles/normal = SubResource("StyleBoxFlat_f4fwd")
Button/styles/pressed = SubResource("StyleBoxFlat_ngibq")
HSlider/icons/grabber = ExtResource("1_u68qi")
HSlider/icons/tick = ExtResource("2_c2hw2")
Panel/styles/panel = SubResource("StyleBoxFlat_e5s5p")