bevy/crates
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
..
bevy_app Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_asset Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_audio Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_core Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
bevy_derive Modify Derive to allow unit structs for RenderResources. (#1089) 2020-12-23 17:21:10 -06:00
bevy_diagnostic ♻️ Timer refactor to duration. Add Stopwatch struct. (#1151) 2021-03-05 19:59:14 +00:00
bevy_dylib release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_dynamic_plugin update libloading (#1543) 2021-03-03 03:11:12 +00:00
bevy_ecs update archetypes if needed before running system in SingleThreadedExecutor (#1586) 2021-03-07 19:32:19 +00:00
bevy_gilrs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_gltf Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_input Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_internal Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_log Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_math Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
bevy_pbr Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_reflect Make TypeRegistration::get_short_name() pub (#1571) 2021-03-07 19:50:18 +00:00
bevy_render Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
bevy_scene Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_sprite fix flip of contributor bird (#1573) 2021-03-07 19:50:19 +00:00
bevy_tasks Xtask CI (#1387) 2021-02-22 08:42:19 +00:00
bevy_text Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
bevy_transform Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
bevy_ui Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_utils Update ahash requirement from 0.6.1 to 0.7.0 (#1370) 2021-02-01 13:29:54 -08:00
bevy_wgpu Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_window Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
bevy_winit Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00