Update skip control event
This commit is contained in:
parent
c8291ab8e4
commit
56e755875e
|
|
@ -17,12 +17,12 @@ corner_radius_bottom_left = 5
|
||||||
expand_margin_top = 5.0
|
expand_margin_top = 5.0
|
||||||
expand_margin_bottom = 5.0
|
expand_margin_bottom = 5.0
|
||||||
|
|
||||||
[sub_resource type="InputEventKey" id="InputEventKey_wqjep"]
|
[sub_resource type="InputEventKey" id="InputEventKey_baw6x"]
|
||||||
device = -1
|
device = -1
|
||||||
physical_keycode = 88
|
physical_keycode = 88
|
||||||
unicode = 120
|
unicode = 120
|
||||||
|
|
||||||
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_svufx"]
|
[sub_resource type="InputEventJoypadButton" id="InputEventJoypadButton_eoqfh"]
|
||||||
device = -1
|
device = -1
|
||||||
button_index = 2
|
button_index = 2
|
||||||
pressed = true
|
pressed = true
|
||||||
|
|
@ -266,7 +266,7 @@ stretch_mode = 5
|
||||||
script = ExtResource("2_ev8gx")
|
script = ExtResource("2_ev8gx")
|
||||||
action = "skip"
|
action = "skip"
|
||||||
icon = 0
|
icon = 0
|
||||||
events = Array[InputEvent]([null, SubResource("InputEventKey_wqjep"), SubResource("InputEventJoypadButton_svufx")])
|
events = Array[InputEvent]([null, SubResource("InputEventKey_baw6x"), SubResource("InputEventJoypadButton_eoqfh")])
|
||||||
|
|
||||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||||
libraries = {
|
libraries = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue