Added sprint mechanic, unified options menu
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
"name": "Pause",
|
||||
"type": "Button",
|
||||
"id": "42da73ec-1cff-4563-a69e-b79d164ae159",
|
||||
"expectedControlType": "Button",
|
||||
"expectedControlType": "",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
@@ -488,10 +488,19 @@
|
||||
"name": "Disarm",
|
||||
"type": "Button",
|
||||
"id": "6e5b6b66-b604-4710-a089-8200ee206c2c",
|
||||
"expectedControlType": "Button",
|
||||
"expectedControlType": "",
|
||||
"processors": "",
|
||||
"interactions": "",
|
||||
"initialStateCheck": false
|
||||
},
|
||||
{
|
||||
"name": "Sprint",
|
||||
"type": "Button",
|
||||
"id": "a9a4e469-311f-40ed-a560-7b4b5ae29f2d",
|
||||
"expectedControlType": "",
|
||||
"processors": "",
|
||||
"interactions": "Press(behavior=2)",
|
||||
"initialStateCheck": false
|
||||
}
|
||||
],
|
||||
"bindings": [
|
||||
@@ -846,6 +855,28 @@
|
||||
"action": "Disarm",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "916e6712-71f4-42bb-97c6-6d6cc298a30d",
|
||||
"path": "<Keyboard>/shift",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": ";KeyboardMouse",
|
||||
"action": "Sprint",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "f5ab043c-757b-4fde-8cb8-a59c7a858b00",
|
||||
"path": "<Gamepad>/leftStick/down",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Sprint",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user