Fixed delayed standing slide and made standard horz/vert axis movement uniform across keyboard and joystick
This commit is contained in:
@@ -13,7 +13,7 @@ InputManager:
|
||||
positiveButton: right
|
||||
altNegativeButton: a
|
||||
altPositiveButton: d
|
||||
gravity: 3
|
||||
gravity: 1000
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
@@ -29,7 +29,7 @@ InputManager:
|
||||
positiveButton: up
|
||||
altNegativeButton: s
|
||||
altPositiveButton: w
|
||||
gravity: 3
|
||||
gravity: 1000
|
||||
dead: 0.001
|
||||
sensitivity: 3
|
||||
snap: 1
|
||||
@@ -157,7 +157,7 @@ InputManager:
|
||||
positiveButton:
|
||||
altNegativeButton:
|
||||
altPositiveButton:
|
||||
gravity: 0
|
||||
gravity: 1000
|
||||
dead: 0.19
|
||||
sensitivity: 1
|
||||
snap: 0
|
||||
@@ -173,7 +173,7 @@ InputManager:
|
||||
positiveButton:
|
||||
altNegativeButton:
|
||||
altPositiveButton:
|
||||
gravity: 0
|
||||
gravity: 1000
|
||||
dead: 0.19
|
||||
sensitivity: 1
|
||||
snap: 0
|
||||
|
||||
Reference in New Issue
Block a user