summaryrefslogtreecommitdiff
path: root/Assets/MultiplayInput.inputactions
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/MultiplayInput.inputactions')
-rw-r--r--Assets/MultiplayInput.inputactions60
1 files changed, 57 insertions, 3 deletions
diff --git a/Assets/MultiplayInput.inputactions b/Assets/MultiplayInput.inputactions
index 101a364..b3e169c 100644
--- a/Assets/MultiplayInput.inputactions
+++ b/Assets/MultiplayInput.inputactions
@@ -5,9 +5,63 @@
{
"name": "Player",
"id": "769d94de-829b-42fe-883f-3cc8e156d6c2",
- "actions": [],
- "bindings": []
+ "actions": [
+ {
+ "name": "Movement",
+ "type": "Value",
+ "id": "7d9ad0c8-f488-4a9a-9a73-47f4e6155aaf",
+ "expectedControlType": "Vector2",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": true
+ },
+ {
+ "name": "Grabbing",
+ "type": "Button",
+ "id": "9ad831f2-7a5b-488c-9595-7bfe45bec0c2",
+ "expectedControlType": "",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": false
+ }
+ ],
+ "bindings": [
+ {
+ "name": "",
+ "id": "f9159894-82c1-4f13-a4e7-4439e7129827",
+ "path": "<Gamepad>/leftStick",
+ "interactions": "",
+ "processors": "",
+ "groups": ";General;XboxController",
+ "action": "Movement",
+ "isComposite": false,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "",
+ "id": "ba722a4c-12ce-40df-bb52-43672eec34fc",
+ "path": "<Gamepad>/buttonSouth",
+ "interactions": "",
+ "processors": "",
+ "groups": ";General;XboxController",
+ "action": "Grabbing",
+ "isComposite": false,
+ "isPartOfComposite": false
+ }
+ ]
}
],
- "controlSchemes": []
+ "controlSchemes": [
+ {
+ "name": "General",
+ "bindingGroup": "General",
+ "devices": [
+ {
+ "devicePath": "<Gamepad>",
+ "isOptional": false,
+ "isOR": false
+ }
+ ]
+ }
+ ]
} \ No newline at end of file