pawap90 / space-commit

The game where contributors become literal heroes! 🏆 Winner of the GitHub Actions Hackathon 2021
https://pawap90.github.io/space-commit/
MIT License
38 stars 9 forks source link

Allow the player to descend faster #32

Closed pawap90 closed 2 years ago

pawap90 commented 2 years ago

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 2 years ago

I fixed this issue and created the PR