Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Make the jumps feel more smooth #2

Open
1 task done
Panquesito7 opened this issue Aug 11, 2023 · 0 comments
Open
1 task done

[FEATURE] Make the jumps feel more smooth #2

Panquesito7 opened this issue Aug 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Panquesito7
Copy link
Owner

Detailed description

Currently, the player's jump is being adjusted by removing Y speed from the player, which may result in not-so-smooth jumps.
Another option is to change the jump height by using set_physics_override, which works, but the values are set after the player jumped, which is not what we want.

Context

Having smoother jumps will make it a better experience for the user and more realistic as well, which is something that should be done ASAP.

Possible implementation

No response

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Panquesito7 Panquesito7 added the enhancement New feature or request label Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant