From 5fe54ad427172b82db60ebec9a840b9297ed32f6 Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Sat, 6 Jan 2024 14:10:59 -0800 Subject: [PATCH] controller remap --- project.godot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project.godot b/project.godot index fe63fcf..d8a8124 100644 --- a/project.godot +++ b/project.godot @@ -160,22 +160,22 @@ right={ } look_up={ "deadzone": 0.5, -"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":-1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null) ] } look_down={ "deadzone": 0.5, -"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":4,"axis_value":1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null) ] } look_left={ "deadzone": 0.5, -"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":-1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null) ] } look_right={ "deadzone": 0.5, -"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":3,"axis_value":1.0,"script":null) +"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"script":null) ] } next_item={ @@ -222,5 +222,5 @@ locale/translations_pot_files=PackedStringArray("res://Assets/Dialog/doc.dialogu [rendering] textures/canvas_textures/default_texture_filter=0 -renderer/rendering_method="gl_compatibility" environment/defaults/default_clear_color=Color(0.301961, 0.301961, 0.301961, 1) +viewport/hdr_2d=true