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

Move Health struct to its own component #81

Closed cdsupina closed 1 year ago

cdsupina commented 1 year ago

Health is currently a struct and part of the core component of things that use it (PlayerComponent, MobComponent). We should make health its own component.

cdsupina commented 1 year ago

82