projetrunandgun/Assets/Scripts/GameInputs.inputactions
2023-10-30 21:16:40 -04:00

98 lines
3.4 KiB
Plaintext

{
"name": "GameInputs",
"maps": [
{
"name": "Player",
"id": "eb96a956-b7ad-47fd-82f5-b4814e98e6b1",
"actions": [
{
"name": "Movement",
"type": "Value",
"id": "39923aa3-9a9e-4368-8ceb-bebf8ec65530",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "Jump",
"type": "Button",
"id": "436a199c-9091-4d2b-a0e8-afd8675d45f0",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "WASD",
"id": "0abdf8dd-305d-410a-9788-0a0b22384fd7",
"path": "2DVector(mode=1)",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "4a50dfb9-46c0-4d52-ba54-1f4886fb77b8",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "a50e92c0-3106-47f9-9499-ff34ca987d4c",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "89e61e01-d935-4391-a515-c7f7aac8a744",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "3a6ca3be-d76f-4ab1-ae0f-0193d87f36c0",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": "",
"action": "Movement",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "f79d7b08-89bf-4b67-bba8-5ccaaea5501d",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": []
}