mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 20:36:28 +02:00
Adjust gracefulControls to be slower
This commit is contained in:
parent
ef1efa58d3
commit
ae55e3969e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ var DEFAULT_PARAMETERS = {
|
|||
MOUSE_SENSITIVITY: 0.5,
|
||||
|
||||
// Damping frequency, adjust to change mouse look behavior
|
||||
W: 4.2,
|
||||
W: 2.2,
|
||||
}
|
||||
|
||||
var BRAKE_PARAMETERS = {
|
||||
|
|
Loading…
Reference in a new issue