thetawavegame / thetawave

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

Finish implementing bullet projectile #51

Closed cdsupina closed 1 year ago

cdsupina commented 1 year ago

All collision possibilities with the bullet projectile need to be handled appropriately before bullets can be regularly used in the game.

cdsupina commented 1 year ago

53