You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

201 lines
7.2 KiB

7 months ago
{
"name": "PlayerInput",
"maps": [
{
"name": "Movement",
"id": "c59c52ca-b1d6-4317-abe1-989eadfb5f7d",
"actions": [
{
"name": "MoveInput",
"type": "Value",
"id": "9fee29ac-d1fd-45ac-9eed-aca251b66a77",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
},
{
"name": "StrafeToggle",
"type": "Button",
"id": "f4ac4b73-8783-4546-95f9-a16a576b9ab0",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Jump",
"type": "Button",
"id": "e80d0f2b-5eab-45ab-beb2-659e1d0e5950",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
{
"name": "",
"id": "4185619b-615b-4b11-bae9-0c88cc948ecc",
"path": "<Gamepad>/leftStick",
"interactions": "",
"processors": "",
"groups": ";Gamepad",
"action": "MoveInput",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "WASD",
"id": "1c438110-ad87-4de0-b3ca-7c71fbf03a7c",
"path": "2DVector",
"interactions": "",
"processors": "",
"groups": "",
"action": "MoveInput",
"isComposite": true,
"isPartOfComposite": false
},
{
"name": "up",
"id": "22e82d7a-d048-4ee8-a788-2dc3c89f7ce8",
"path": "<Keyboard>/w",
"interactions": "",
"processors": "",
"groups": ";KeyboardMouse",
"action": "MoveInput",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "down",
"id": "e7de3e8c-be7a-46c3-8206-7a1e20a13ea4",
"path": "<Keyboard>/s",
"interactions": "",
"processors": "",
"groups": ";KeyboardMouse",
"action": "MoveInput",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "left",
"id": "1044edb7-2190-4e52-a23d-3646a4f8c4d9",
"path": "<Keyboard>/a",
"interactions": "",
"processors": "",
"groups": ";KeyboardMouse",
"action": "MoveInput",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "right",
"id": "ec482506-0fc6-49db-a2fd-806fe02e566d",
"path": "<Keyboard>/d",
"interactions": "",
"processors": "",
"groups": ";KeyboardMouse",
"action": "MoveInput",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "e99dcbd6-c0fb-40d9-bcf8-05212c516e2c",
"path": "<Gamepad>/leftTrigger",
"interactions": "",
"processors": "",
"groups": ";Gamepad",
"action": "StrafeToggle",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "06afad87-3c47-4cf6-9255-8e7b4ec8d824",
"path": "<Mouse>/rightButton",
"interactions": "",
"processors": "",
"groups": ";KeyboardMouse",
"action": "StrafeToggle",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "eae2cb65-b63b-48ed-9d5a-a2af38cfbc11",
"path": "<Gamepad>/buttonSouth",
"interactions": "",
"processors": "",
"groups": ";Gamepad",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "6ec07d48-748b-48d1-83f9-d94b3d545c7a",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": ";KeyboardMouse",
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
}
]
},
{
"name": "Camera",
"id": "974b31f0-2390-49ae-81e9-a3a1ff0f136b",
"actions": [
{
"name": "LookInput",
"type": "Value",
"id": "04f2f8c7-cd20-466d-8e14-952075fe4100",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
{
"name": "",
"id": "1f28dd67-af74-4694-8890-e807bfef8793",
"path": "<Gamepad>/rightStick",
"interactions": "",
"processors": "",
"groups": ";Gamepad",
"action": "LookInput",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "863e71dd-932f-420b-8956-7f0240bfc6aa",
"path": "<Mouse>/delta",
"interactions": "",
"processors": "",
"groups": ";KeyboardMouse",
"action": "LookInput",
"isComposite": false,
"isPartOfComposite": false
}
]
}
],
"controlSchemes": [
{
"name": "KeyboardMouse",
"bindingGroup": "KeyboardMouse",
"devices": []
},
{
"name": "Gamepad",
"bindingGroup": "Gamepad",
"devices": []
}
]
}