diff --git a/examples/games_fps.html b/examples/games_fps.html index 7e4cb7a1e9b24b..3ea18ccadef996 100644 --- a/examples/games_fps.html +++ b/examples/games_fps.html @@ -385,7 +385,7 @@ if ( keyStates[ 'Space' ] ) { - playerVelocity.y = 15; + playerVelocity.y = 10; }