This commit is contained in:
Gerard Gascón 2025-04-24 17:19:36 +02:00
commit 001bb14f16
951 changed files with 270074 additions and 0 deletions

View file

@ -0,0 +1,88 @@
{
"name": "PlayerInput",
"maps": [
{
"name": "Gameplay",
"id": "23fea4c3-798c-4366-b2e7-239d4ae7e46d",
"actions": [
{
"name": "Move",
"type": "Value",
"id": "82f67ce7-b786-4c14-9078-ca7689fff505",
"expectedControlType": "Vector2",
"processors": "",
"interactions": ""
}
],
"bindings": [
{
"name": "",
"id": "5d0dad19-d82f-468a-8d01-949e088fae73",
"path": "<Gamepad>/leftStick",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "Keyboard",
"id": "c16310c6-9279-469a-bebe-237854e1c7fb",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "5c09e4d1-4845-41d1-872b-65fa3a47ee4b",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "7c58870c-bd77-42cc-8f85-35e44fccfe8d",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "93925220-5b4b-4460-a382-c866f3f7805c",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "9f9ebf06-4816-4ecd-994d-f48c51333718",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": "",
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
}
]
}
],
"controlSchemes": []
}