1[gd_resource type="Theme" load_steps=14 format=1]
2
3[ext_resource path="res://gui/font_14.tres" type="DynamicFont" id=1]
4
5
6[sub_resource type="DynamicFont" id=1]
7
8font/size = 16
9font/use_mipmaps = false
10font/use_filter = false
11font/font = ExtResource( 2 )
12fallback/0 = ExtResource( 1 )
13
14[sub_resource type="StyleBoxTexture" id=2]
15
16content_margin/left = -1.0
17content_margin/right = -1.0
18content_margin/top = -1.0
19content_margin/bottom = -1.0
20texture = ExtResource( 3 )
21margin/left = 0.0
22margin/right = 0.0
23margin/top = 0.0
24margin/bottom = 0.0
25expand_margin/left = 0.0
26expand_margin/right = 0.0
27expand_margin/top = 0.0
28expand_margin/bottom = 0.0
29draw_center = true
30
31[sub_resource type="StyleBoxTexture" id=3]
32
33content_margin/left = -1.0
34content_margin/right = -1.0
35content_margin/top = -1.0
36content_margin/bottom = -1.0
37texture = ExtResource( 4 )
38margin/left = 0.0
39margin/right = 0.0
40margin/top = 0.0
41margin/bottom = 0.0
42expand_margin/left = 0.0
43expand_margin/right = 0.0
44expand_margin/top = 0.0
45expand_margin/bottom = 0.0
46draw_center = true
47
48[sub_resource type="StyleBoxTexture" id=4]
49
50content_margin/left = -1.0
51content_margin/right = -1.0
52content_margin/top = -1.0
53content_margin/bottom = -1.0
54texture = ExtResource( 5 )
55margin/left = 0.0
56margin/right = 0.0
57margin/top = 0.0
58margin/bottom = 0.0
59expand_margin/left = 0.0
60expand_margin/right = 0.0
61expand_margin/top = 0.0
62expand_margin/bottom = 0.0
63draw_center = true
64
65[sub_resource type="StyleBoxTexture" id=5]
66
67content_margin/left = -1.0
68content_margin/right = -1.0
69content_margin/top = -1.0
70content_margin/bottom = -1.0
71texture = ExtResource( 6 )
72margin/left = 0.0
73margin/right = 0.0
74margin/top = 0.0
75margin/bottom = 0.0
76expand_margin/left = 0.0
77expand_margin/right = 0.0
78expand_margin/top = 0.0
79expand_margin/bottom = 0.0
80draw_center = true
81
82[sub_resource type="StyleBoxTexture" id=6]
83
84content_margin/left = -1.0
85content_margin/right = -1.0
86content_margin/top = -1.0
87content_margin/bottom = -1.0
88texture = ExtResource( 7 )
89margin/left = 0.0
90margin/right = 0.0
91margin/top = 0.0
92margin/bottom = 0.0
93expand_margin/left = 0.0
94expand_margin/right = 0.0
95expand_margin/top = 0.0
96expand_margin/bottom = 0.0
97draw_center = true
98
99[resource]
100
101Button/colors/font_color = Color( 0, 0, 0, 1 )
102Button/colors/font_color_disabled = Color( 0, 0, 0, 0 )
103Button/colors/font_color_hover = Color( 1, 1, 1, 1 )
104Button/colors/font_color_pressed = Color( 0, 0, 0, 1 )
105Button/constants/hseparation = 2
106Button/fonts/font = SubResource( 1 )
107Button/styles/disabled = SubResource( 2 )
108Button/styles/focus = SubResource( 3 )
109Button/styles/hover = SubResource( 4 )
110Button/styles/normal = SubResource( 5 )
111Button/styles/pressed = SubResource( 6 )
112
113