We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been checking whether the jump_velocity in the TnuaPlatformerAnimatingOutput is Some but not 100% sure if this correct.
The text was updated successfully, but these errors were encountered:
Yes - this is correct. At least to the point that if it doesn't hold for a certain case you can open a bug for it.
Sorry, something went wrong.
@idanarye Would the new way to do this be to check whether get_count_mut of TnuaSimpleAirActionsCounter is Some?
@diego411 No. The new way is to use controller.is_airborne. The air actions counter will probably give you the same information, but:
controller.is_airborne
@idanarye Thank you! Idk how i missed that
No branches or pull requests
I've been checking whether the jump_velocity in the TnuaPlatformerAnimatingOutput is Some but not 100% sure if this correct.
The text was updated successfully, but these errors were encountered: