Explorar el Código

Update games_fps.html

Lower jump height.
Michael Herzog hace 3 años
padre
commit
3f1dce330f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/games_fps.html

+ 1 - 1
examples/games_fps.html

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