Godot Version
4.2.1
Question
Hello! I’m developing a 2d platformer, and I want to implement very good jump, which would be:
- Responsive
- Great feeling
- Intuitive
I already implemented coyote time and jump buffering, but I want to make jump more natural by increasing gravity when falling. I watched many tutorials on YouTube, but code from those just didn’t seems to work in my case, because it just causing no errors, but I’m just facing a grey screen when starting the project. So, does someone have any simple code to increase jump gravity when player starts falling, and after a short period of time make it fall gravity?
P.s. It may be not the best solution when trying to achieve that type of jump arc with smooth increasing of height and more fast decreasing, so if anyone have any better solutions, I will be very glad to hear them