bevy/crates/bevy_sprite
Eris 764961be22
Add Reflection Macros to TextureAtlasSprite (#8428)
# Objective

Add Reflection to `TextureAtlasSprite` to bring it inline with `Sprite`

## Solution

Addition of appropriate macros to the type

---

## Changelog

`#[reflect(Component)]` and derive `FromReflect` for
`TextureAtlasSprite`
Added `TextureAtlasSprite` to the TypeRegistry
2023-04-17 20:24:17 +00:00
..
src Add Reflection Macros to TextureAtlasSprite (#8428) 2023-04-17 20:24:17 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00