bevy/crates/bevy_sprite
François 107dd73687 update ColorMaterial when Texture changed (#1461)
fixes #1161, fixes #1243

this adds two systems:
- first is keeping an hashmap of textures and their containing color materials, then listening to events on textures to select color materials that should be updated
- second is chained to send a modified event for all color materials that need updating
2021-03-17 19:53:24 +00:00
..
src update ColorMaterial when Texture changed (#1461) 2021-03-17 19:53:24 +00:00
Cargo.toml Texture atlas format and conversion (#1365) 2021-02-01 11:30:11 -08:00