瀏覽代碼

Update games_fps.html

Lower jump height.
Michael Herzog 3 年之前
父節點
當前提交
3f1dce330f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 
 					}