bevy/crates/bevy_sprite
Gilbert Röhrbein 10b0b1ad40 docs: add hint that texture atlas padding is between tiles (#2447)
I struggled with some sprite sheet animation which was like drifting from right to left.
This PR documents the current behaviour that the padding which is used on slicing a texture into a texture atlas, is assumed to be only between tiles. In my case I had some padding also on the right side of the texture.
2021-07-12 20:29:28 +00:00
..
src docs: add hint that texture atlas padding is between tiles (#2447) 2021-07-12 20:29:28 +00:00
Cargo.toml use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00