summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-02-14 15:09:29 +0100
committerDaniel Weipert <code@drogueronin.de>2021-02-14 15:09:29 +0100
commitf960df10d5a18eafdf08d222ca2190c1b0806656 (patch)
treef7a01726b86430ff010c9e37b0ea9ef2b5d5a41b
parent98948258e0e67fafead130728448a43cc97989ee (diff)
Adds "Space" button as jump key
-rw-r--r--project.godot1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 3f9fe89..5b3815e 100644
--- a/project.godot
+++ b/project.godot
@@ -80,6 +80,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":16777232,"unicode":0,"echo":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)
+, 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)
]
}