diff --git a/main.js b/main.js index 3d94c78..a1024f5 100644 --- a/main.js +++ b/main.js @@ -434,7 +434,7 @@ function getSideVector() { function controls( deltaTime ) { // gives a bit of air control - const speedDelta = deltaTime * ( playerOnFloor ? 25 : 8 ); + const speedDelta = deltaTime * ( playerOnFloor ? 10 : 2 ); if ( keyStates["ArrowUp"] || keyStates[ 'KeyW' ] ) {