I want to be able to define animation over a spritesheet layout instead of a specific spritesheet.
Think a group of specific units that share the same layout (position of frames, order of frames, length and duration of animation), but the content of the frames is different.
In general this also removes the need to pull in bevy_titan/equivalent.
I want to be able to define animation over a spritesheet layout instead of a specific spritesheet. Think a group of specific units that share the same layout (position of frames, order of frames, length and duration of animation), but the content of the frames is different.
In general this also removes the need to pull in bevy_titan/equivalent.