pawap90/space-commit

Allow the player to descend faster

Closed this issue · 1 comments

Currently, once the player is in the middle of a jump it's impossible to go down faster.

Improve the astronaut controller (the update method within the AstronautCharacter class) so when the player presses down ("s") the astronaut descends faster to earth.

I fixed this issue and created the PR