Level 1 Change

Misc
This commit is contained in:
ESloman 2016-02-09 11:47:50 +00:00
parent f580e72ad3
commit 1672f9c6c9
3 changed files with 27 additions and 5 deletions

View file

@ -64,7 +64,7 @@ public class Player extends Base {
{
if(curAction == Action.JUMPING)
{
body.applyForceToCenter(new Vector2(0, 100), true);
body.applyForceToCenter(new Vector2(0, 65), true);
curAction = Action.FALLING;
}