thetawavegame / thetawave

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

Damage counter effect #48

Closed cdsupina closed 1 year ago

cdsupina commented 1 year ago

Whenever anything takes damage there should be a colored text that spawns showing the amount of damage that was done as a float with a single decimal place. This will aid in helping players understand exactly how much damage they are dealing and receiving.

cdsupina commented 1 year ago

82