1
- [gd_scene load_steps =23 format =3 uid ="uid://cnx3k4cy1imd" ]
1
+ [gd_scene load_steps =33 format =3 uid ="uid://cnx3k4cy1imd" ]
2
2
3
3
[ext_resource type ="Theme" uid ="uid://dppj17ign8l2n" path ="res://src/Themes/main.tres" id ="1_wgeyo" ]
4
4
[ext_resource type ="Script" path ="res://src/main.gd" id ="1_xgqc1" ]
19
19
background_color = Color (0.423529 , 0.423529 , 0.423529 , 1 )
20
20
ambient_light_source = 2
21
21
22
+ [sub_resource type ="InputEventKey" id ="InputEventKey_1l8wj" ]
23
+ device = -1
24
+ keycode = 76
25
+ unicode = 108
26
+
27
+ [sub_resource type ="Shortcut" id ="Shortcut_25xlf" ]
28
+ events = [SubResource ("InputEventKey_1l8wj" )]
29
+
22
30
[sub_resource type ="GDScript" id ="GDScript_6o4cl" ]
23
31
script/source = "extends CustomButton
24
32
@@ -27,6 +35,14 @@ func _on_pressed() -> void:
27
35
pass # R%TakeLessonBtneplace with function body.
28
36
"
29
37
38
+ [sub_resource type ="InputEventKey" id ="InputEventKey_4a3hf" ]
39
+ device = -1
40
+ keycode = 80
41
+ unicode = 112
42
+
43
+ [sub_resource type ="Shortcut" id ="Shortcut_cxmsr" ]
44
+ events = [SubResource ("InputEventKey_4a3hf" )]
45
+
30
46
[sub_resource type ="GDScript" id ="GDScript_dlcgn" ]
31
47
script/source = "extends CustomButton
32
48
@@ -46,6 +62,14 @@ func _on_pressed() -> void:
46
62
SceneChanger .change_to_network_competition_scene ()
47
63
"
48
64
65
+ [sub_resource type ="InputEventKey" id ="InputEventKey_ws8em" ]
66
+ device = -1
67
+ keycode = 69
68
+ unicode = 101
69
+
70
+ [sub_resource type ="Shortcut" id ="Shortcut_haa07" ]
71
+ events = [SubResource ("InputEventKey_ws8em" )]
72
+
49
73
[sub_resource type ="GDScript" id ="GDScript_hpd8f" ]
50
74
script/source = "extends CustomButton
51
75
@@ -58,6 +82,14 @@ func _on_pressed() -> void:
58
82
pass # Replace with function body.
59
83
"
60
84
85
+ [sub_resource type ="InputEventKey" id ="InputEventKey_e8w6m" ]
86
+ device = -1
87
+ keycode = 83
88
+ unicode = 115
89
+
90
+ [sub_resource type ="Shortcut" id ="Shortcut_fdxuy" ]
91
+ events = [SubResource ("InputEventKey_e8w6m" )]
92
+
61
93
[sub_resource type ="GDScript" id ="GDScript_d0c1b" ]
62
94
script/source = "extends CustomButton
63
95
@@ -67,6 +99,14 @@ func _on_pressed() -> void:
67
99
pass # Replace with function body.
68
100
"
69
101
102
+ [sub_resource type ="InputEventKey" id ="InputEventKey_0fb7p" ]
103
+ device = -1
104
+ keycode = 88
105
+ unicode = 120
106
+
107
+ [sub_resource type ="Shortcut" id ="Shortcut_ucryw" ]
108
+ events = [SubResource ("InputEventKey_0fb7p" )]
109
+
70
110
[sub_resource type ="GDScript" id ="GDScript_l5vsv" ]
71
111
script/source = "extends CustomButton
72
112
@@ -124,7 +164,8 @@ custom_minimum_size = Vector2(250, 60)
124
164
layout_mode = 2
125
165
size_flags_vertical = 4
126
166
theme_override_font_sizes/font_size = 21
127
- text = "Step by Step Lessons"
167
+ shortcut = SubResource ("Shortcut_25xlf" )
168
+ text = "Step by Step (L)essons"
128
169
icon = ExtResource ("4_g7xuq" )
129
170
script = SubResource ("GDScript_6o4cl" )
130
171
@@ -133,7 +174,8 @@ custom_minimum_size = Vector2(250, 60)
133
174
layout_mode = 2
134
175
size_flags_vertical = 4
135
176
theme_override_font_sizes/font_size = 21
136
- text = "Practice"
177
+ shortcut = SubResource ("Shortcut_cxmsr" )
178
+ text = "(P)ractice"
137
179
icon = ExtResource ("5_nb47a" )
138
180
script = SubResource ("GDScript_dlcgn" )
139
181
@@ -154,7 +196,8 @@ custom_minimum_size = Vector2(250, 60)
154
196
layout_mode = 2
155
197
size_flags_vertical = 4
156
198
theme_override_font_sizes/font_size = 21
157
- text = "Exercise Editor"
199
+ shortcut = SubResource ("Shortcut_haa07" )
200
+ text = "(E)xercise Editor"
158
201
icon = ExtResource ("7_o4aed" )
159
202
script = SubResource ("GDScript_hpd8f" )
160
203
@@ -163,7 +206,8 @@ custom_minimum_size = Vector2(250, 60)
163
206
layout_mode = 2
164
207
size_flags_vertical = 4
165
208
theme_override_font_sizes/font_size = 21
166
- text = "Settings"
209
+ shortcut = SubResource ("Shortcut_fdxuy" )
210
+ text = "(S)ettings"
167
211
icon = ExtResource ("8_2y7oh" )
168
212
script = SubResource ("GDScript_d0c1b" )
169
213
@@ -172,7 +216,8 @@ custom_minimum_size = Vector2(250, 60)
172
216
layout_mode = 2
173
217
size_flags_vertical = 4
174
218
theme_override_font_sizes/font_size = 21
175
- text = "Exit"
219
+ shortcut = SubResource ("Shortcut_ucryw" )
220
+ text = "E(x)it"
176
221
icon = ExtResource ("9_on2em" )
177
222
script = SubResource ("GDScript_l5vsv" )
178
223
0 commit comments