2
0
Эх сурвалжийг харах

Update games_fps.html

Lower jump height.
Michael Herzog 3 жил өмнө
parent
commit
3f1dce330f

+ 1 - 1
examples/games_fps.html

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