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

Boss Phase is Immediately Skipped #144

Closed cdsupina closed 7 months ago

cdsupina commented 7 months ago

I just noticed that the boss phase in the test_level_1 is immediately skipped and enemies start spawning on top of the boss. This is probably an event ordering issue that checks whether the boss has been destroyed.