aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-26 23:12:16 +0200
committertpart <tpart120@proton.me>2024-06-26 23:12:16 +0200
commit3bccabee977e51ebae977731413cb6f93299b9a9 (patch)
treee7d89677c04e62cb7a81e60d3db70c1c017b07eb
parent1203401b95b388b785d24e9b5bc87e4ceaac6717 (diff)
downloadhurrycurry-3bccabee977e51ebae977731413cb6f93299b9a9.tar
hurrycurry-3bccabee977e51ebae977731413cb6f93299b9a9.tar.bz2
hurrycurry-3bccabee977e51ebae977731413cb6f93299b9a9.tar.zst
Invert y axis with controller
-rw-r--r--client/project.godot4
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={