You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: