Level 1 Change
Misc
This commit is contained in:
parent
f580e72ad3
commit
1672f9c6c9
3 changed files with 27 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue