diff options
Diffstat (limited to 'Assets/MultiplayInput.inputactions')
| -rw-r--r-- | Assets/MultiplayInput.inputactions | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/Assets/MultiplayInput.inputactions b/Assets/MultiplayInput.inputactions index b3e169c..3c08fce 100644 --- a/Assets/MultiplayInput.inputactions +++ b/Assets/MultiplayInput.inputactions @@ -38,6 +38,116 @@ "isPartOfComposite": false }, { + "name": "2D Vector", + "id": "e62fc7fa-06f3-45fe-a37d-ba8972c8ef98", + "path": "2DVector", + "interactions": "", + "processors": "", + "groups": "", + "action": "Movement", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "a9759bca-4731-4b1f-866c-2c0df76e881c", + "path": "<Keyboard>/w", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "318fec5a-0927-49c0-bf18-a37951f4ff59", + "path": "<Keyboard>/s", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "fd270657-2d49-4d83-a669-aa297a4daf0d", + "path": "<Keyboard>/a", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "4b75a3bb-bd04-42d2-9808-b24896463f86", + "path": "<Keyboard>/d", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "2D Vector", + "id": "170dc890-7676-4781-9eba-9781c9d57213", + "path": "2DVector", + "interactions": "", + "processors": "", + "groups": "", + "action": "Movement", + "isComposite": true, + "isPartOfComposite": false + }, + { + "name": "up", + "id": "f1fa6215-cf75-4617-80a7-9a2910b04207", + "path": "<Keyboard>/upArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "down", + "id": "9d120c86-fbe8-4cf3-bbc5-3cb4e74ac6f4", + "path": "<Keyboard>/downArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "left", + "id": "b4d82347-987b-41e9-a4b5-ee4f483aab6f", + "path": "<Keyboard>/leftArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { + "name": "right", + "id": "bcc1dcdb-53b6-48a5-a69d-52284a6f224f", + "path": "<Keyboard>/rightArrow", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Movement", + "isComposite": false, + "isPartOfComposite": true + }, + { "name": "", "id": "ba722a4c-12ce-40df-bb52-43672eec34fc", "path": "<Gamepad>/buttonSouth", @@ -47,6 +157,28 @@ "action": "Grabbing", "isComposite": false, "isPartOfComposite": false + }, + { + "name": "", + "id": "c7a7e159-3dd0-41ca-bda7-8dbece6db3ef", + "path": "<Keyboard>/g", + "interactions": "", + "processors": "", + "groups": ";PlayerA", + "action": "Grabbing", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "5c1c8d15-ca01-4cef-8337-188691347106", + "path": "<Keyboard>/rightCtrl", + "interactions": "", + "processors": "", + "groups": ";PlayerB", + "action": "Grabbing", + "isComposite": false, + "isPartOfComposite": false } ] } @@ -62,6 +194,28 @@ "isOR": false } ] + }, + { + "name": "PlayerA", + "bindingGroup": "PlayerA", + "devices": [ + { + "devicePath": "<Keyboard>", + "isOptional": false, + "isOR": false + } + ] + }, + { + "name": "PlayerB", + "bindingGroup": "PlayerB", + "devices": [ + { + "devicePath": "<Keyboard>", + "isOptional": false, + "isOR": false + } + ] } ] }
\ No newline at end of file |
