Skip to content

Commit

Permalink
Merge pull request #20 from hobnob/master
Browse files Browse the repository at this point in the history
Jumping bug fix
  • Loading branch information
hobnob committed Nov 30, 2012
2 parents a833387 + bd47141 commit 570ad6c
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 570ad6c

Please sign in to comment.