@@ -10,32 +10,32 @@ font_data = SubResource( 1 )
10
10
[sub_resource type ="StyleBoxFlat" id =3 ]
11
11
bg_color = Color ( 0.388235 , 0.337255 , 0.745098 , 1 )
12
12
13
- [sub_resource type ="DynamicFontData" id =10 ]
13
+ [sub_resource type ="DynamicFontData" id =4 ]
14
14
font_path = "res://interface/NotoSerifDisplay-Regular.ttf"
15
15
16
- [sub_resource type ="DynamicFont" id =11 ]
16
+ [sub_resource type ="DynamicFont" id =5 ]
17
17
size = 60
18
18
use_filter = true
19
- font_data = SubResource ( 10 )
19
+ font_data = SubResource ( 4 )
20
20
21
- [sub_resource type ="DynamicFontData" id =4 ]
21
+ [sub_resource type ="DynamicFontData" id =6 ]
22
22
font_path = "res://interface/NotoSerifDisplay-Regular.ttf"
23
23
24
- [sub_resource type ="DynamicFont" id =5 ]
24
+ [sub_resource type ="DynamicFont" id =7 ]
25
25
size = 46
26
26
outline_color = Color ( 0 , 0 , 0 , 1 )
27
27
use_mipmaps = true
28
28
use_filter = true
29
- font_data = SubResource ( 4 )
30
-
31
- [sub_resource type ="StyleBoxEmpty" id =6 ]
32
-
33
- [sub_resource type ="StyleBoxEmpty" id =7 ]
29
+ font_data = SubResource ( 6 )
34
30
35
31
[sub_resource type ="StyleBoxEmpty" id =8 ]
36
32
37
33
[sub_resource type ="StyleBoxEmpty" id =9 ]
38
34
35
+ [sub_resource type ="StyleBoxEmpty" id =10 ]
36
+
37
+ [sub_resource type ="StyleBoxEmpty" id =11 ]
38
+
39
39
[resource ]
40
40
Button/colors/font_color = Color ( 0.88 , 0.88 , 0.88 , 1 )
41
41
Button/colors/font_color_disabled = Color ( 0.9 , 0.9 , 0.9 , 0.2 )
@@ -55,7 +55,7 @@ Label/constants/line_spacing = 3
55
55
Label/constants/shadow_as_outline = 0
56
56
Label/constants/shadow_offset_x = 1
57
57
Label/constants/shadow_offset_y = 1
58
- Label/fonts/font = SubResource ( 11 )
58
+ Label/fonts/font = SubResource ( 5 )
59
59
Label/styles/normal = null
60
60
TextEdit/colors/background_color = Color ( 0 , 0 , 0 , 0 )
61
61
TextEdit/colors/bookmark_color = Color ( 0.08 , 0.49 , 0.98 , 1 )
@@ -87,12 +87,12 @@ TextEdit/constants/completion_lines = 7
87
87
TextEdit/constants/completion_max_width = 50
88
88
TextEdit/constants/completion_scroll_width = 3
89
89
TextEdit/constants/line_spacing = 4
90
- TextEdit/fonts/font = SubResource ( 5 )
90
+ TextEdit/fonts/font = SubResource ( 7 )
91
91
TextEdit/icons/fold = null
92
92
TextEdit/icons/folded = null
93
93
TextEdit/icons/space = null
94
94
TextEdit/icons/tab = null
95
- TextEdit/styles/completion = SubResource ( 6 )
96
- TextEdit/styles/focus = SubResource ( 7 )
97
- TextEdit/styles/normal = SubResource ( 8 )
98
- TextEdit/styles/read_only = SubResource ( 9 )
95
+ TextEdit/styles/completion = SubResource ( 8 )
96
+ TextEdit/styles/focus = SubResource ( 9 )
97
+ TextEdit/styles/normal = SubResource ( 10 )
98
+ TextEdit/styles/read_only = SubResource ( 11 )
0 commit comments