@@ -23,9 +23,6 @@ anchor_right = 1.0
23
23
anchor_bottom = 1.0
24
24
theme = ExtResource ( 7 )
25
25
color = Color ( 0.0352941 , 0.0392157 , 0.129412 , 0.627451 )
26
- __meta__ = {
27
- "_edit_use_anchors_" : false
28
- }
29
26
30
27
[node name ="PanelContainer" type ="PanelContainer" parent ="." ]
31
28
anchor_left = 0.5
@@ -44,12 +41,12 @@ __meta__ = {
44
41
45
42
[node name ="Panel" type ="Panel" parent ="PanelContainer" ]
46
43
margin_right = 720.0
47
- margin_bottom = 540 .0
44
+ margin_bottom = 599 .0
48
45
custom_styles/panel = ExtResource ( 5 )
49
46
50
47
[node name ="Column" type ="VBoxContainer" parent ="PanelContainer" ]
51
48
margin_right = 720.0
52
- margin_bottom = 540 .0
49
+ margin_bottom = 599 .0
53
50
custom_constants/separation = 0
54
51
55
52
[node name ="ProgressBar" type ="ProgressBar" parent ="PanelContainer/Column" ]
@@ -62,14 +59,14 @@ percent_visible = false
62
59
[node name ="Margin" type ="MarginContainer" parent ="PanelContainer/Column" ]
63
60
margin_top = 16.0
64
61
margin_right = 720.0
65
- margin_bottom = 540 .0
62
+ margin_bottom = 599 .0
66
63
size_flags_vertical = 3
67
64
68
65
[node name ="Column" type ="VBoxContainer" parent ="PanelContainer/Column/Margin" ]
69
66
margin_left = 20.0
70
67
margin_top = 20.0
71
68
margin_right = 700.0
72
- margin_bottom = 504 .0
69
+ margin_bottom = 563 .0
73
70
custom_constants/separation = 12
74
71
75
72
[node name ="Title" type ="Label" parent ="PanelContainer/Column/Margin/Column" ]
@@ -90,33 +87,33 @@ size_flags_horizontal = 4
90
87
[node name ="Settings" type ="VBoxContainer" parent ="PanelContainer/Column/Margin/Column" ]
91
88
margin_top = 63.0
92
89
margin_right = 680.0
93
- margin_bottom = 372 .0
90
+ margin_bottom = 431 .0
94
91
size_flags_vertical = 3
95
92
custom_constants/separation = 32
96
93
97
94
[node name ="LanguageSetting" type ="HBoxContainer" parent ="PanelContainer/Column/Margin/Column/Settings" ]
98
95
margin_right = 680.0
99
- margin_bottom = 47 .0
96
+ margin_bottom = 44 .0
100
97
101
98
[node name ="Label" type ="Label" parent ="PanelContainer/Column/Margin/Column/Settings/LanguageSetting" ]
102
- margin_top = 9 .0
99
+ margin_top = 8 .0
103
100
margin_right = 332.0
104
- margin_bottom = 37 .0
101
+ margin_bottom = 36 .0
105
102
size_flags_horizontal = 3
106
103
text = "Language"
107
104
108
105
[node name ="Value" type ="OptionButton" parent ="PanelContainer/Column/Margin/Column/Settings/LanguageSetting" ]
109
106
margin_left = 348.0
110
107
margin_right = 680.0
111
- margin_bottom = 47 .0
108
+ margin_bottom = 44 .0
112
109
hint_tooltip = "Change the course's language. We plan to add other languages, but only English is available for now."
113
110
size_flags_horizontal = 3
114
111
text = "English"
115
112
116
113
[node name ="FontSizeSetting" type ="HBoxContainer" parent ="PanelContainer/Column/Margin/Column/Settings" ]
117
- margin_top = 79 .0
114
+ margin_top = 76 .0
118
115
margin_right = 680.0
119
- margin_bottom = 155 .0
116
+ margin_bottom = 152 .0
120
117
121
118
[node name ="Label" type ="Label" parent ="PanelContainer/Column/Margin/Column/Settings/FontSizeSetting" ]
122
119
margin_right = 332.0
@@ -155,9 +152,9 @@ text = "Sample text"
155
152
align = 1
156
153
157
154
[node name ="ScrollSensitivitySetting" type ="HBoxContainer" parent ="PanelContainer/Column/Margin/Column/Settings" ]
158
- margin_top = 187 .0
155
+ margin_top = 184 .0
159
156
margin_right = 680.0
160
- margin_bottom = 215 .0
157
+ margin_bottom = 212 .0
161
158
162
159
[node name ="Label" type ="Label" parent ="PanelContainer/Column/Margin/Column/Settings/ScrollSensitivitySetting" ]
163
160
margin_right = 332.0
@@ -181,9 +178,9 @@ tick_count = 2
181
178
ticks_on_borders = true
182
179
183
180
[node name ="FramerateSetting" type ="HBoxContainer" parent ="PanelContainer/Column/Margin/Column/Settings" ]
184
- margin_top = 247 .0
181
+ margin_top = 244 .0
185
182
margin_right = 680.0
186
- margin_bottom = 294 .0
183
+ margin_bottom = 288 .0
187
184
188
185
[node name ="Label" type ="Label" parent ="PanelContainer/Column/Margin/Column/Settings/FramerateSetting" ]
189
186
margin_right = 332.0
@@ -195,23 +192,43 @@ text = "Framerate cap"
195
192
[node name ="Value" type ="OptionButton" parent ="PanelContainer/Column/Margin/Column/Settings/FramerateSetting" ]
196
193
margin_left = 348.0
197
194
margin_right = 680.0
198
- margin_bottom = 47 .0
195
+ margin_bottom = 44 .0
199
196
hint_tooltip = "Limit the app's framerate. Lower values make the app use less resources, especially when running in the browser, but may feel less fluid."
200
197
size_flags_horizontal = 3
201
198
text = "60 FPS"
202
199
items = [ "60 FPS" , null, false , 0 , false , "30 FPS" , null, false , 0 , false , "No limit" , null, false , 0 , false ]
203
200
selected = 0
204
201
202
+ [node name ="LowerContrasSetting" type ="HBoxContainer" parent ="PanelContainer/Column/Margin/Column/Settings" ]
203
+ margin_top = 320.0
204
+ margin_right = 680.0
205
+ margin_bottom = 368.0
206
+
207
+ [node name ="Label" type ="Label" parent ="PanelContainer/Column/Margin/Column/Settings/LowerContrasSetting" ]
208
+ margin_right = 332.0
209
+ margin_bottom = 28.0
210
+ size_flags_horizontal = 3
211
+ size_flags_vertical = 0
212
+ text = "Lower contrast"
213
+
214
+ [node name ="CheckBox" type ="CheckBox" parent ="PanelContainer/Column/Margin/Column/Settings/LowerContrasSetting" ]
215
+ margin_left = 348.0
216
+ margin_right = 680.0
217
+ margin_bottom = 48.0
218
+ hint_tooltip = "Lower the text's brightness."
219
+ size_flags_horizontal = 3
220
+ text = "Enabled"
221
+
205
222
[node name ="Spacer" type ="Control" parent ="PanelContainer/Column/Margin/Column" ]
206
- margin_top = 384 .0
223
+ margin_top = 443 .0
207
224
margin_right = 680.0
208
- margin_bottom = 404 .0
225
+ margin_bottom = 463 .0
209
226
rect_min_size = Vector2 ( 400 , 20 )
210
227
211
228
[node name ="Buttons" type ="HBoxContainer" parent ="PanelContainer/Column/Margin/Column" ]
212
- margin_top = 416 .0
229
+ margin_top = 475 .0
213
230
margin_right = 680.0
214
- margin_bottom = 484 .0
231
+ margin_bottom = 543 .0
215
232
alignment = 1
216
233
217
234
[node name ="CancelButton" type ="Button" parent ="PanelContainer/Column/Margin/Column/Buttons" ]
0 commit comments