Skip to content

Commit

Permalink
Changed Lost Soul jump force value
Browse files Browse the repository at this point in the history
  • Loading branch information
bog4d committed Nov 17, 2021
1 parent 3e9c758 commit 73f5fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/LostSoul.hx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class LostSoul extends FlxSprite
}
if (isTouching(FlxObject.UP) && isTouching(FlxObject.FLOOR))
{
velocity.y = -PlayState.GRAVITY / 2;
velocity.y = -PlayState.GRAVITY / 3;
}

super.update(elapsed);
Expand Down

0 comments on commit 73f5fc9

Please sign in to comment.