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

Various damaged states for mob sprites #99

Open cdsupina opened 10 months ago

cdsupina commented 10 months ago

We should create damaged states for all of the mobs, especially the boss, so that as you do more damage, the texture changes.

We would probably want 3 states of damage total, one that looks normal for near full health (which we already have), one for a little damaged, and one for very damaged.

These should all be added to one sprite sheet along with the existing "normal" state for mobs and any future states that require an adjusted texture.