diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-26 23:08:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-26 23:08:32 +0200 |
commit | 8784d1a619f4224a4fe659750c91561fcc733100 (patch) | |
tree | 61f1671fe536d743f657404c73f87387094acac8 /client/project.godot | |
parent | 211e3d619e82aeb73dc6c52868991384682869f5 (diff) | |
parent | 3bccabee977e51ebae977731413cb6f93299b9a9 (diff) | |
download | hurrycurry-8784d1a619f4224a4fe659750c91561fcc733100.tar hurrycurry-8784d1a619f4224a4fe659750c91561fcc733100.tar.bz2 hurrycurry-8784d1a619f4224a4fe659750c91561fcc733100.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/undercooked
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/project.godot b/client/project.godot index e4198843..23b423fe 100644 --- a/client/project.godot +++ b/client/project.godot @@ -76,13 +76,13 @@ rotate_right={ rotate_up={ "deadzone": 0.1, "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":4194320,"key_label":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null) ] } rotate_down={ "deadzone": 0.1, "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":4194322,"key_label":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null) +, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null) ] } interact={ |