Skip to content

Commit

Permalink
Update games_fps.html
Browse files Browse the repository at this point in the history
Lower jump height.
  • Loading branch information
Mugen87 authored Nov 20, 2021
1 parent 1bda5ea commit 3f1dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/games_fps.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@

if ( keyStates[ 'Space' ] ) {

playerVelocity.y = 15;
playerVelocity.y = 10;

}

Expand Down

0 comments on commit 3f1dce3

Please sign in to comment.