mirror of
https://github.com/GDQuest/godot-platformer-2d.git
synced 2026-07-20 17:59:49 +00:00
Close #116: Add W to jump
This commit is contained in:
parent
1ea5b14f39
commit
e6a8eee4bb
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ jump={
|
|||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
||||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
hook={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue