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

Fix Bug with Border Gradient Effect not Despawning #185

Closed cdsupina closed 2 months ago

cdsupina commented 2 months ago

GameCleanup component needed to be added to BorderGradient entity to flag it to be despawned on exit from game state. Fixes #181