Skip to content

Commit

Permalink
Update js/lib/player.js
Browse files Browse the repository at this point in the history
Stupid jumping bug :-(
  • Loading branch information
hobnob committed Nov 30, 2012
1 parent a833387 commit bd47141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function player()
const MIN_X_VELOCITY = -200;

//The minimum Y velocity a player can trvel (heading up)
const MIN_Y_VELOCITY = -450;
const MIN_Y_VELOCITY = -350;

/**
* @var array An array of playables at the players disposal
Expand Down

0 comments on commit bd47141

Please sign in to comment.