mirror of
https://github.com/lubosz/overte.git
synced 2025-08-13 01:24:26 +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,
|
MOUSE_SENSITIVITY: 0.5,
|
||||||
|
|
||||||
// Damping frequency, adjust to change mouse look behavior
|
// Damping frequency, adjust to change mouse look behavior
|
||||||
W: 4.2,
|
W: 2.2,
|
||||||
}
|
}
|
||||||
|
|
||||||
var BRAKE_PARAMETERS = {
|
var BRAKE_PARAMETERS = {
|
||||||
|
|
Loading…
Reference in a new issue