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

Double Jumping Refactoring #389

Open
JMetalian opened this issue Jan 14, 2022 · 2 comments
Open

Double Jumping Refactoring #389

JMetalian opened this issue Jan 14, 2022 · 2 comments
Labels
feature New or missing feature

Comments

@JMetalian
Copy link

Describe the feature you'd like
The jumping function adds up an additional jump if it is pressed on air and performs the jump after landing. A suggestion for that to check with an additional control statement and not put an additional jumping after landing.

Is your feature request related to a problem? Please describe.
It is not a problem but definitely a feasible behavior for user experience.

How To Observe The Additional Jump?
Jump once and while on air, press on jumping button again. After landing, it will perform another jump.

@JMetalian JMetalian added the feature New or missing feature label Jan 14, 2022
@FlorianGlawogger
Copy link
Collaborator

I think you are referring to Input buffering right? i.e. there's e.g. a time window of e.g. 100 ms, you can press jump while airborne, and if you land within that time window of 100 ms of the most recent jump button press, you then jump again once you touch the ground, right?

@JMetalian
Copy link
Author

Pff, I should check it again. Its been more than 2 years and I don't remember anymore. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New or missing feature
Projects
Status: To do
Development

No branches or pull requests

2 participants