diff options
Diffstat (limited to 'Assets/Scripts/InputSystem/PlayerControls.inputactions')
| -rw-r--r-- | Assets/Scripts/InputSystem/PlayerControls.inputactions | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/Assets/Scripts/InputSystem/PlayerControls.inputactions b/Assets/Scripts/InputSystem/PlayerControls.inputactions index f3edee9..0878606 100644 --- a/Assets/Scripts/InputSystem/PlayerControls.inputactions +++ b/Assets/Scripts/InputSystem/PlayerControls.inputactions @@ -22,15 +22,6 @@ "processors": "", "interactions": "", "initialStateCheck": true - }, - { - "name": "Roll", - "type": "Button", - "id": "5e423815-95ec-43c1-9718-224f86c8f24e", - "expectedControlType": "Button", - "processors": "", - "interactions": "", - "initialStateCheck": false } ], "bindings": [ @@ -110,10 +101,38 @@ "action": "Camera", "isComposite": false, "isPartOfComposite": false + } + ] + }, + { + "name": "Player Actions", + "id": "e698248c-d44d-4c32-9308-df1fb8952042", + "actions": [ + { + "name": "Roll", + "type": "Button", + "id": "b5381d00-a598-472a-96b6-e7a5ed618a96", + "expectedControlType": "Button", + "processors": "", + "interactions": "", + "initialStateCheck": false + } + ], + "bindings": [ + { + "name": "", + "id": "8af511c9-0a47-4f49-b1e0-a98500b70c9d", + "path": "<Gamepad>/buttonEast", + "interactions": "", + "processors": "", + "groups": "", + "action": "Roll", + "isComposite": false, + "isPartOfComposite": false }, { "name": "", - "id": "4690e573-c6d7-4c20-bbee-ba5d11ca8a18", + "id": "a76c6730-3d6e-4609-a3fb-450fe20ef6e2", "path": "<Keyboard>/space", "interactions": "", "processors": "", |
