thetawavegame / thetawave

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

Fade projectile despawn animations using a Bevy system #105

Open cdsupina opened 10 months ago

cdsupina commented 10 months ago

@LordDeatHunter improved the textures and animations for projectiles. We decided not to add transparency to texture itself to give the fade out effect, but rather use Bevy to provide a fade out effect.

This fade out effect should be strong enough to eliminate the jarring "popping out" appearance that no transparency in the animation gives.