Browse Source

Update games_fps.html

Lower jump height.
Michael Herzog 3 years ago
parent
commit
3f1dce330f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/games_fps.html

+ 1 - 1
examples/games_fps.html

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