Explorar o código

Update games_fps.html

Lower jump height.
Michael Herzog %!s(int64=3) %!d(string=hai) anos
pai
achega
3f1dce330f
Modificáronse 1 ficheiros con 1 adicións e 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;
 
 					}