diff options
author | tpart <tpart120@proton.me> | 2025-01-20 21:20:47 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-01-20 21:20:47 +0100 |
commit | 03cbd71c2524928af6e1c5f52c27dc00af78602d (patch) | |
tree | 9715f466c7c573512c34399295e34e08d8f6f5a4 | |
parent | ab71e102a6973eddac04bc1a9db7c43fe5aa8392 (diff) | |
download | hurrycurry-03cbd71c2524928af6e1c5f52c27dc00af78602d.tar hurrycurry-03cbd71c2524928af6e1c5f52c27dc00af78602d.tar.bz2 hurrycurry-03cbd71c2524928af6e1c5f52c27dc00af78602d.tar.zst |
Add left hand and right hand keybindingsv2.3.0
-rw-r--r-- | client/project.godot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/project.godot b/client/project.godot index 8c3be511..5777d8fc 100644 --- a/client/project.godot +++ b/client/project.godot @@ -113,14 +113,15 @@ rotate_down={ interact_left={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":74,"key_label":0,"unicode":106,"location":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":false,"script":null) ] } interact_right={ "deadzone": 0.5, "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":true,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null) , Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":76,"key_label":0,"unicode":108,"location":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null) ] } boost={ |