mirror of
https://github.com/ConjureETS/GameOff2024.git
synced 2026-03-24 13:10:58 +00:00
65 lines
2.2 KiB
Plaintext
65 lines
2.2 KiB
Plaintext
{
|
|
"name": "GameInputs",
|
|
"maps": [
|
|
{
|
|
"name": "Player",
|
|
"id": "da3c3195-8f3d-4214-8868-75a6a6838cd9",
|
|
"actions": [
|
|
{
|
|
"name": "ChangeState",
|
|
"type": "Button",
|
|
"id": "e68b25df-26d5-444f-b400-30fd417637ce",
|
|
"expectedControlType": "Button",
|
|
"processors": "",
|
|
"interactions": "Press",
|
|
"initialStateCheck": false
|
|
},
|
|
{
|
|
"name": "Mouse",
|
|
"type": "Value",
|
|
"id": "3d58ba17-a8e1-422d-a9b3-3da61a7f20aa",
|
|
"expectedControlType": "Vector2",
|
|
"processors": "",
|
|
"interactions": "",
|
|
"initialStateCheck": true
|
|
}
|
|
],
|
|
"bindings": [
|
|
{
|
|
"name": "",
|
|
"id": "1e6edfed-a1c7-4203-b3ea-9ce526d76276",
|
|
"path": "<Mouse>/rightButton",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "ChangeState",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "b66eea24-e7df-47d5-b151-f38e9fc3284d",
|
|
"path": "<Keyboard>/p",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "ChangeState",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
},
|
|
{
|
|
"name": "",
|
|
"id": "ca799d40-b531-4015-96e7-37944f95d190",
|
|
"path": "<Mouse>/delta",
|
|
"interactions": "",
|
|
"processors": "",
|
|
"groups": "",
|
|
"action": "Mouse",
|
|
"isComposite": false,
|
|
"isPartOfComposite": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"controlSchemes": []
|
|
} |