Browse Source

Update games_fps.html

Lower jump height.
Michael Herzog 3 năm trước cách đây
mục cha
commit
3f1dce330f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 
 					}