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

Fix #5 - add option for preventing Jordan air time #18

Closed idanarye closed 1 year ago

idanarye commented 1 year ago

@kumorig - please check this out and see how you like the jump curve. The relevant fields are:

https://github.com/idanarye/bevy-tnua/blob/719d6f28045103eac013fc84d8527f509814dc6a/examples/common/ui.rs#L281-L295

I set jump_peak_prevention_at_upward_velocity to 10.0 in the example, but before merging I'll set it back to 0.0 (old behavior) so that it'd be opt-in.

idanarye commented 1 year ago

Time's up. I'll just add it.