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
|
[gd_resource type="Theme" load_steps=12 format=2]
[ext_resource path="res://fonts/font_regular.tres" type="DynamicFont" id=1]
[ext_resource path="res://fonts/font_mono_regular.tres" type="DynamicFont" id=2]
[sub_resource type="StyleBoxEmpty" id=10]
content_margin_left = 10.0
content_margin_right = 10.0
[sub_resource type="StyleBoxFlat" id=11]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0.133333, 0.207843, 0.301961, 0.784314 )
corner_radius_top_left = 15
corner_radius_top_right = 15
corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
[sub_resource type="StyleBoxFlat" id=2]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0.25, 0.25, 0.25, 0.784314 )
corner_radius_top_left = 15
corner_radius_top_right = 15
corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
[sub_resource type="StyleBoxFlat" id=4]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0.225, 0.353333, 0.5, 0.784314 )
corner_radius_top_left = 15
corner_radius_top_right = 15
corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
[sub_resource type="StyleBoxEmpty" id=5]
[sub_resource type="StyleBoxFlat" id=9]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0, 0, 0, 0 )
draw_center = false
border_width_bottom = 4
border_color = Color( 0.223529, 0.352941, 0.501961, 1 )
[sub_resource type="StyleBoxFlat" id=7]
content_margin_left = 10.0
content_margin_right = 10.0
bg_color = Color( 0, 0, 0, 0 )
draw_center = false
border_width_bottom = 2
border_color = Color( 0.329412, 0.329412, 0.329412, 1 )
[sub_resource type="StyleBoxFlat" id=12]
bg_color = Color( 0.15, 0.15, 0.15, 1 )
corner_radius_top_left = 15
corner_radius_top_right = 15
corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
[sub_resource type="StyleBoxFlat" id=13]
content_margin_left = 20.0
content_margin_right = 20.0
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.15, 0.15, 0.15, 1 )
corner_radius_top_left = 15
corner_radius_top_right = 15
corner_radius_bottom_right = 15
corner_radius_bottom_left = 15
[resource]
default_font = ExtResource( 1 )
Button/styles/disabled = SubResource( 10 )
Button/styles/focus = SubResource( 10 )
Button/styles/hover = SubResource( 11 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = SubResource( 4 )
ItemList/fonts/font = ExtResource( 2 )
ItemList/styles/bg = SubResource( 5 )
ItemList/styles/selected = SubResource( 4 )
ItemList/styles/selected_focus = SubResource( 4 )
LineEdit/styles/focus = SubResource( 9 )
LineEdit/styles/normal = SubResource( 7 )
LineEdit/styles/read_only = null
Panel/styles/panel = SubResource( 12 )
PopupMenu/constants/vseparation = 20
PopupMenu/styles/panel = SubResource( 13 )
VBoxContainer/constants/separation = 10
|