Allow the player to descend faster
Closed this issue · 1 comments
pawap90 commented
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.
AmrManas commented
I fixed this issue and created the PR