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

Remove Empty Space Around Sprites #98

Open cdsupina opened 1 year ago

cdsupina commented 1 year ago

Nearly all of the sprites in the game have a empty boarder around the art. I deliberately did this to prevent sprites from "leaking" into different frames. We should try removing this boarder to improve the workflow of adding new sprites to the game. If we still encounter the issue we should ask in the Bevy discord what we can do to address it.

dh337071 commented 1 year ago

Is this baked into the code or into the sprites themselves?