thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
159 stars 9 forks source link

Event for Handling Effect Despawns After Animation #150

Closed cdsupina closed 5 months ago

cdsupina commented 6 months ago

Created an event that is sent when animations have completed a forward animation. This event is read by systems that despawn effects after animations so that they can be despawned after the animation is complete.