Lower jump height.
@@ -385,7 +385,7 @@
if ( keyStates[ 'Space' ] ) {
- playerVelocity.y = 15;
+ playerVelocity.y = 10;
}