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