-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_theme.tres
97 lines (85 loc) · 3.15 KB
/
new_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
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
[gd_resource type="Theme" load_steps=12 format=3 uid="uid://qm57sgijc10"]
[ext_resource type="Texture2D" uid="uid://5rqrd42r6tfe" path="res://Panel.png" id="1_bdvf8"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_blxxq"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
expand_margin_left = 8.0
expand_margin_right = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_tcsac"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
expand_margin_left = 8.0
expand_margin_right = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_75hkq"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
expand_margin_left = 8.0
expand_margin_right = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_h3xbt"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_667tw"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_id7pd"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
expand_margin_top = 8.0
expand_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_m70jm"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
expand_margin_top = 8.0
expand_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_a3stm"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
expand_margin_top = 8.0
expand_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_y02t2"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_5gihr"]
texture = ExtResource("1_bdvf8")
texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
[resource]
HScrollBar/styles/grabber = SubResource("StyleBoxTexture_blxxq")
HScrollBar/styles/grabber_highlight = SubResource("StyleBoxTexture_tcsac")
HScrollBar/styles/grabber_pressed = SubResource("StyleBoxTexture_75hkq")
HScrollBar/styles/scroll = SubResource("StyleBoxTexture_h3xbt")
HScrollBar/styles/scroll_focus = SubResource("StyleBoxTexture_667tw")
VScrollBar/styles/grabber = SubResource("StyleBoxTexture_id7pd")
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxTexture_m70jm")
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxTexture_a3stm")
VScrollBar/styles/scroll = SubResource("StyleBoxTexture_y02t2")
VScrollBar/styles/scroll_focus = SubResource("StyleBoxTexture_5gihr")