Adjust gracefulControls to be slower

This commit is contained in:
Ryan Huffman 2017-05-26 16:33:54 -07:00
parent ef1efa58d3
commit ae55e3969e

View file

@ -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 = {