1
- [gd_scene load_steps =54 format =3 uid ="uid://c8qg5tevuwe3c" ]
1
+ [gd_scene load_steps =62 format =3 uid ="uid://c8qg5tevuwe3c" ]
2
2
3
3
[ext_resource type ="FontFile" uid ="uid://b7fn516ji5c5s" path ="res://demo/monogram-extended.ttf" id ="1_gbm7q" ]
4
4
[ext_resource type ="Texture2D" uid ="uid://b1e23gj3k1klg" path ="res://addons/input_prompts/icons/xbox/a.png" id ="2_bykxj" ]
@@ -34,6 +34,30 @@ spacing_bottom = -2
34
34
default_font = SubResource ("FontVariation_py8b3" )
35
35
default_font_size = 16
36
36
37
+ [sub_resource type ="InputEventJoypadButton" id ="InputEventJoypadButton_s28pd" ]
38
+
39
+ [sub_resource type ="InputEventJoypadButton" id ="InputEventJoypadButton_jijo4" ]
40
+ button_index = 2
41
+
42
+ [sub_resource type ="InputEventJoypadMotion" id ="InputEventJoypadMotion_mlaax" ]
43
+ axis_value = -1.0
44
+
45
+ [sub_resource type ="InputEventJoypadMotion" id ="InputEventJoypadMotion_qwwcu" ]
46
+ axis = 2
47
+ axis_value = 1.0
48
+
49
+ [sub_resource type ="InputEventKey" id ="InputEventKey_61dna" ]
50
+ keycode = 4194305
51
+
52
+ [sub_resource type ="InputEventKey" id ="InputEventKey_3462r" ]
53
+ keycode = 4194308
54
+
55
+ [sub_resource type ="InputEventMouseButton" id ="InputEventMouseButton_h2fso" ]
56
+ button_index = 1
57
+
58
+ [sub_resource type ="InputEventMouseButton" id ="InputEventMouseButton_83hcr" ]
59
+ button_index = 5
60
+
37
61
[sub_resource type ="InputEventKey" id ="InputEventKey_vb8jf" ]
38
62
keycode = 4194309
39
63
@@ -164,6 +188,7 @@ stretch_mode = 5
164
188
script = ExtResource ("5_u2ush" )
165
189
button = 0
166
190
icon = 0
191
+ events = Array[InputEvent]([SubResource ("InputEventJoypadButton_s28pd" )])
167
192
168
193
[node name ="JoypadButtonPrompt2" type ="TextureRect" parent ="VBoxContainer/InputEvent/JoypadButtonPrompts" ]
169
194
layout_mode = 2
@@ -172,6 +197,7 @@ stretch_mode = 5
172
197
script = ExtResource ("5_u2ush" )
173
198
button = 2
174
199
icon = 0
200
+ events = Array[InputEvent]([SubResource ("InputEventJoypadButton_jijo4" )])
175
201
176
202
[node name ="JoypadMotionPrompts" type ="HBoxContainer" parent ="VBoxContainer/InputEvent" ]
177
203
layout_mode = 2
@@ -190,6 +216,7 @@ script = ExtResource("5_dyjlc")
190
216
axis = 0
191
217
axis_value = -1
192
218
icon = 0
219
+ events = Array[InputEvent]([SubResource ("InputEventJoypadMotion_mlaax" )])
193
220
194
221
[node name ="JoypadMotionPrompt2" type ="TextureRect" parent ="VBoxContainer/InputEvent/JoypadMotionPrompts" ]
195
222
layout_mode = 2
@@ -199,6 +226,7 @@ script = ExtResource("5_dyjlc")
199
226
axis = 2
200
227
axis_value = 1
201
228
icon = 0
229
+ events = Array[InputEvent]([SubResource ("InputEventJoypadMotion_qwwcu" )])
202
230
203
231
[node name ="KeyPrompts" type ="HBoxContainer" parent ="VBoxContainer/InputEvent" ]
204
232
layout_mode = 2
@@ -215,13 +243,15 @@ texture = ExtResource("8_xbspm")
215
243
stretch_mode = 5
216
244
script = ExtResource ("6_u6tgr" )
217
245
key = 4194305
246
+ events = Array[InputEvent]([SubResource ("InputEventKey_61dna" )])
218
247
219
248
[node name ="KeyPrompt2" type ="TextureRect" parent ="VBoxContainer/InputEvent/KeyPrompts" ]
220
249
layout_mode = 2
221
250
texture = ExtResource ("10_nvluf" )
222
251
stretch_mode = 5
223
252
script = ExtResource ("6_u6tgr" )
224
253
key = 4194308
254
+ events = Array[InputEvent]([SubResource ("InputEventKey_3462r" )])
225
255
226
256
[node name ="MouseButtonPrompts" type ="HBoxContainer" parent ="VBoxContainer/InputEvent" ]
227
257
layout_mode = 2
@@ -238,13 +268,15 @@ texture = ExtResource("11_3twym")
238
268
stretch_mode = 5
239
269
script = ExtResource ("8_rlfy8" )
240
270
button = 1
271
+ events = Array[InputEvent]([SubResource ("InputEventMouseButton_h2fso" )])
241
272
242
273
[node name ="MouseButtonPrompt2" type ="TextureRect" parent ="VBoxContainer/InputEvent/MouseButtonPrompts" ]
243
274
layout_mode = 2
244
275
texture = ExtResource ("13_wuk6u" )
245
276
stretch_mode = 5
246
277
script = ExtResource ("8_rlfy8" )
247
278
button = 5
279
+ events = Array[InputEvent]([SubResource ("InputEventMouseButton_83hcr" )])
248
280
249
281
[node name ="ActionPrompt" type ="VBoxContainer" parent ="VBoxContainer" ]
250
282
layout_mode = 2
0 commit comments