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.
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.