Ver código fonte

Update games_fps.html

Lower jump height.
Michael Herzog 3 anos atrás
pai
commit
3f1dce330f
1 arquivos alterados com 1 adições e 1 exclusões
  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;
 
 					}