vampire-like/Assets/PlayerInputActions.inputact...

79 lines
2.7 KiB
Plaintext

{
"version": 1,
"name": "PlayerInputActions",
"maps": [
{
"name": "Game",
"id": "c320222a-39c4-47d5-bb95-1702176bdb69",
"actions": [
{
"name": "Move",
"type": "Value",
"id": "4875d1e6-7f0e-490d-88f4-b97f322ce0dd",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
{
"name": "2D Vector",
"id": "c2c107da-b6b9-4daf-be56-c0fc0a06b4d9",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "a3b11b4d-c157-417a-a38a-d89a034da71b",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "0a0a8e30-3cf7-4889-aeb1-e8ddebcd944b",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "2eeac222-1829-4c5b-9829-5e36b3fe989e",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "89d5e951-0db5-4f1e-806b-f29f84507a34",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
}
]
}
],
"controlSchemes": []
}