aboutsummaryrefslogtreecommitdiffstats
path: root/godot/assets/fonts/theme_bigtext.tres
blob: c2206b6d42f6b1be93243ea2920b5647a35a5dfb (plain) (blame)
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
[gd_resource type="Theme" load_steps=10 format=2]

[ext_resource path="res://assets/fonts/format.otf" type="DynamicFontData" id=1]

[sub_resource type="DynamicFont" id=1]
size = 55
extra_spacing_bottom = -15
font_data = ExtResource( 1 )

[sub_resource type="StyleBoxFlat" id=2]
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.4, 0.337255, 0.313726, 0.32549 )

[sub_resource type="StyleBoxFlat" id=3]
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.176471, 0.14902, 0.141176, 1 )

[sub_resource type="StyleBoxFlat" id=4]
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.4, 0.337255, 0.313726, 1 )

[sub_resource type="StyleBoxFlat" id=5]
content_margin_top = 20.0
content_margin_bottom = 20.0
bg_color = Color( 0.290196, 0.247059, 0.231373, 1 )

[sub_resource type="StyleBoxFlat" id=6]
content_margin_top = 10.0
content_margin_bottom = 10.0
bg_color = Color( 0.176471, 0.14902, 0.141176, 1 )

[sub_resource type="DynamicFont" id=8]
size = 86
font_data = ExtResource( 1 )

[sub_resource type="StyleBoxFlat" id=7]
bg_color = Color( 0.160784, 0.133333, 0.133333, 1 )

[resource]
Button/fonts/font = SubResource( 1 )
Button/styles/disabled = SubResource( 2 )
Button/styles/focus = SubResource( 3 )
Button/styles/hover = SubResource( 4 )
Button/styles/normal = SubResource( 5 )
Button/styles/pressed = SubResource( 6 )
Label/fonts/font = SubResource( 8 )
Panel/styles/panel = SubResource( 7 )