bilowik / bevy_despawn_particles

The Unlicense
2 stars 0 forks source link

Shrinking/Fading curves #1

Closed bilowik closed 11 months ago

bilowik commented 1 year ago

Add support for different curves for ShrinkingDespawnParticle and FadingDespawnParticle. Currently, they are unit structs and only support linear fading/shrinking.

bilowik commented 1 year ago

These would be additional fields in the event as well as be attached to the components.

bilowik commented 1 year ago

From what I had implemented so far it is so visually negligible that I don't feel it's worth finishing, but I will leave this issue up in case I want to round back to it. There is a branch for this.