bevy/crates/bevy_sprite/src/texture_slice
Vitaliy Sapronenko a5fa32e1e7
Normalization anchor for sprite slice in dimensions of this slice (#12769)
# Objective

Fixes #12408 .
Fixes #12680.

## Solution

- Recaclulated anchor from dimensions of sprite to dimension of each
part of it (each part contains its own anchor)
2024-04-16 01:36:47 +00:00
..
border_rect.rs Sprite slicing and tiling (#10588) 2024-01-15 15:40:06 +00:00
computed_slices.rs Normalization anchor for sprite slice in dimensions of this slice (#12769) 2024-04-16 01:36:47 +00:00
mod.rs Replace bevy_log's tracing reexport with bevy_utils' (#12254) 2024-03-02 18:38:04 +00:00
slicer.rs Slicing support for texture atlas (#12059) 2024-03-05 16:05:39 +00:00