thetawavegame / thetawave

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

Add behavior for enemies to periodically spawn blasts #13

Closed cdsupina closed 2 years ago

cdsupina commented 2 years ago

Certain enemies should periodically spawn blasts. This should be done through the behavior system.

cdsupina commented 2 years ago

15