diff --git a/project.godot b/project.godot index 5f1a48d..d845017 100644 --- a/project.godot +++ b/project.godot @@ -101,16 +101,19 @@ thrust_right={ ability_kick={ "deadzone": 0.2, "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":70,"key_label":0,"unicode":102,"location":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":true,"script":null) ] } ability_slam={ "deadzone": 0.2, "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":71,"key_label":0,"unicode":103,"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) ] } ability_dash={ "deadzone": 0.2, "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":72,"key_label":0,"unicode":104,"location":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null) ] } diff --git a/scene.tscn b/scene.tscn index 17a48fe..fe21755 100644 --- a/scene.tscn +++ b/scene.tscn @@ -38,7 +38,7 @@ shader_parameter/roll_strength = 1.0 [node name="scene" type="Node3D" unique_id=22320312] [node name="Player" parent="." unique_id=165510044 instance=ExtResource("1_ulcgi")] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.1711025, 0) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.2416196, 5.1711025, -4.841382) [node name="Camera3D" parent="Player" index="3" unique_id=1120161087] attributes = SubResource("CameraAttributesPractical_73fnb")