bevy/crates/bevy_sprite
François 58d687b86d fix flip of contributor bird (#1573)
Since 89217171b4, some birds in example `contributors` where not colored.

Fix is to use `flip_x` of `Sprite` instead of setting `transform.scale.x` to `-1` as described in #1407.


It may be an unintended side effect, as now we can't easily display a colored sprite while changing it's scale from `1` to `-1`, we would have to change it's scale from `1` to `0`, then flip it, then change scale from `0` to `1`.
2021-03-07 19:50:19 +00:00
..
src fix flip of contributor bird (#1573) 2021-03-07 19:50:19 +00:00
Cargo.toml Texture atlas format and conversion (#1365) 2021-02-01 11:30:11 -08:00