Skip to content

Commit

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

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

/**
* @var boolean Whether the world has fully loaded
Expand Down

0 comments on commit 7e70e32

Please sign in to comment.