idanarye / bevy-tnua

A floating character controller for Bevy
https://crates.io/crates/bevy-tnua
Apache License 2.0
180 stars 12 forks source link

Support double jump #23

Closed VincentDouchin closed 7 months ago

VincentDouchin commented 1 year ago

We should be able to allow the player to jump again while in the air. The number of possible jumps while in the air should be configurable via the TnuaPlatformerConfig and via the TnuaPlatformerControls in order to give the player another jump if picking up an item for example. I just noticed this is mentionned in #6, my bad! this issue can be closed

idanarye commented 1 year ago

Let's keep it open, actually. It may be beneficial to split this into "do things other than jumps" and "start things in mid-air".

idanarye commented 7 months ago

Added in 0.11.