Improve controller movement
This commit is contained in:
parent
4e96a88306
commit
161aece83e
5 changed files with 12 additions and 10 deletions
|
@ -158,7 +158,7 @@
|
|||
"id": "545341dc-a1a1-47e8-a08d-84a68957f048",
|
||||
"path": "<Gamepad>/leftStick",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"processors": "StickDeadzone(min=0.5)",
|
||||
"groups": "",
|
||||
"action": "Move",
|
||||
"isComposite": false,
|
||||
|
@ -178,7 +178,7 @@
|
|||
{
|
||||
"name": "",
|
||||
"id": "f3791e57-b19a-4a65-ba91-e9f4484e7581",
|
||||
"path": "<Gamepad>/buttonWest",
|
||||
"path": "<Gamepad>/buttonSouth",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
|
@ -200,7 +200,7 @@
|
|||
{
|
||||
"name": "",
|
||||
"id": "915cd8bb-a4cc-4a75-b7ee-327c965ac8c2",
|
||||
"path": "<Gamepad>/buttonSouth",
|
||||
"path": "<Gamepad>/buttonWest",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
|
|
Reference in a new issue