178 lines
5.7 KiB
Plaintext
178 lines
5.7 KiB
Plaintext
{
|
|
"version": 1,
|
|
"name": "InputSystem_Actions",
|
|
"maps": [
|
|
{
|
|
"name": "Player",
|
|
"id": "23e63a77-aaa3-4fcd-bb66-31913284fe35",
|
|
"actions": [
|
|
{
|
|
"name": "Horizontal",
|
|
"type": "Value",
|
|
"id": "100a554f-b568-427c-b2a9-d6cafc7d9d0a",
|
|
"expectedControlType": "Axis",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": true
|
|
},
|
|
{
|
|
"name": "Jump",
|
|
"type": "Button",
|
|
"id": "f45129b6-6739-442e-acd0-d6070dab4308",
|
|
"expectedControlType": "",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
},
|
|
{
|
|
"name": "Down",
|
|
"type": "Button",
|
|
"id": "2c15cba3-2056-4ac1-8c65-6f2ce18c4b28",
|
|
"expectedControlType": "",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
},
|
|
{
|
|
"name": "Attack",
|
|
"type": "Button",
|
|
"id": "c2bb66ee-38f8-4779-81cc-a62aff07e657",
|
|
"expectedControlType": "",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": false
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"name": "1D Axis",
|
|
"id": "2c969357-44d1-4014-940f-bdf59c08cec1",
|
|
"path": "1DAxis",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Horizontal",
|
|
"isComposite": true,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "negative",
|
|
"id": "eaefe266-b882-42e9-ba04-59f693fd3e8b",
|
|
"path": "<Keyboard>/a",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Horizontal",
|
|
"isComposite": false,
|
|
"isPartOfComposite": true
|
|
},
|
|
{
|
|
"name": "positive",
|
|
"id": "99947c72-29a6-48be-9939-5b23e27824be",
|
|
"path": "<Keyboard>/d",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Horizontal",
|
|
"isComposite": false,
|
|
"isPartOfComposite": true
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "b8c510f7-204c-4113-b3e3-b28c81951c77",
|
|
"path": "<Keyboard>/space",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Jump",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "c0ba4b5e-fbe5-4b10-9de8-52dac5c4b424",
|
|
"path": "<Keyboard>/s",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Down",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "b4a9a8a1-bf89-4482-bfec-08f95531cddb",
|
|
"path": "<Mouse>/leftButton",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Attack",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"controlSchemes": [
|
|
{
|
|
"name": "Keyboard&Mouse",
|
|
"bindingGroup": "Keyboard&Mouse",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Keyboard>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
},
|
|
{
|
|
"devicePath": "<Mouse>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Gamepad",
|
|
"bindingGroup": "Gamepad",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Gamepad>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Touch",
|
|
"bindingGroup": "Touch",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Touchscreen>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Joystick",
|
|
"bindingGroup": "Joystick",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<Joystick>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "XR",
|
|
"bindingGroup": "XR",
|
|
"devices": [
|
|
{
|
|
"devicePath": "<XRController>",
|
|
"isOptional": false,
|
|
"isOR": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |