aboutsummaryrefslogtreecommitdiffstats
path: root/Assets/InputActions.inputactions
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/InputActions.inputactions')
-rw-r--r--Assets/InputActions.inputactions191
1 files changed, 191 insertions, 0 deletions
diff --git a/Assets/InputActions.inputactions b/Assets/InputActions.inputactions
new file mode 100644
index 0000000..4feaa55
--- /dev/null
+++ b/Assets/InputActions.inputactions
@@ -0,0 +1,191 @@
+{
+ "name": "InputActions",
+ "maps": [
+ {
+ "name": "Player",
+ "id": "7dd80b7d-e497-422c-aa32-0a94c0897478",
+ "actions": [
+ {
+ "name": "Jump",
+ "type": "Button",
+ "id": "fdbb9049-81b8-4ae0-88bb-c7b5ed96a17c",
+ "expectedControlType": "Button",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": false
+ },
+ {
+ "name": "Move",
+ "type": "Value",
+ "id": "3e180de8-7f8c-4019-be7f-d7a7dd9700d2",
+ "expectedControlType": "Vector2",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": true
+ },
+ {
+ "name": "Attack",
+ "type": "Button",
+ "id": "18319b32-d662-4d4f-adec-97eab089357c",
+ "expectedControlType": "Button",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": false
+ },
+ {
+ "name": "Use",
+ "type": "Button",
+ "id": "f3b20a10-e7c5-424c-8b9e-5f3ef85ab330",
+ "expectedControlType": "Button",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": false
+ },
+ {
+ "name": "Cancel",
+ "type": "Button",
+ "id": "cfbd43b6-6ccb-4203-8b90-02c18aff6611",
+ "expectedControlType": "Button",
+ "processors": "",
+ "interactions": "",
+ "initialStateCheck": false
+ }
+ ],
+ "bindings": [
+ {
+ "name": "",
+ "id": "165f0700-ae10-4680-b79a-596831d2ae9b",
+ "path": "<Keyboard>/space",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Jump",
+ "isComposite": false,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "",
+ "id": "4fc63e21-3514-4132-a431-a396612de215",
+ "path": "<Gamepad>/leftStick",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Move",
+ "isComposite": false,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "WASD",
+ "id": "99af77c2-3191-4722-96e8-26686b56f33e",
+ "path": "2DVector",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Move",
+ "isComposite": true,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "up",
+ "id": "5977346b-5b7e-49c8-bd9c-5d9a22f7a78c",
+ "path": "<Keyboard>/w",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Move",
+ "isComposite": false,
+ "isPartOfComposite": true
+ },
+ {
+ "name": "down",
+ "id": "792b46bf-716d-41f3-b0f6-407c64d0b156",
+ "path": "<Keyboard>/s",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Move",
+ "isComposite": false,
+ "isPartOfComposite": true
+ },
+ {
+ "name": "left",
+ "id": "e5d852b7-9aab-47fa-92ac-0db64d257319",
+ "path": "<Keyboard>/a",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Move",
+ "isComposite": false,
+ "isPartOfComposite": true
+ },
+ {
+ "name": "right",
+ "id": "943616d6-bbb8-4725-8396-58636ce9a418",
+ "path": "<Keyboard>/d",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Move",
+ "isComposite": false,
+ "isPartOfComposite": true
+ },
+ {
+ "name": "",
+ "id": "bd5cf375-f087-48b7-9fdf-f5600fb3afb2",
+ "path": "<Mouse>/leftButton",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Attack",
+ "isComposite": false,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "",
+ "id": "80aa2ba5-011e-48a0-af33-61fdbb45ca17",
+ "path": "<Keyboard>/f",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Attack",
+ "isComposite": false,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "",
+ "id": "a1a6551b-7b5b-4059-ac8e-5ef5eca43f00",
+ "path": "<Mouse>/rightButton",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Use",
+ "isComposite": false,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "",
+ "id": "a2d7daaf-9572-474d-add1-fd9331a0712f",
+ "path": "<Keyboard>/r",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Use",
+ "isComposite": false,
+ "isPartOfComposite": false
+ },
+ {
+ "name": "",
+ "id": "ab9f097a-b91b-476a-99f8-c9dc450b585a",
+ "path": "<Keyboard>/escape",
+ "interactions": "",
+ "processors": "",
+ "groups": "",
+ "action": "Cancel",
+ "isComposite": false,
+ "isPartOfComposite": false
+ }
+ ]
+ }
+ ],
+ "controlSchemes": []
+} \ No newline at end of file