NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
459 stars 52 forks source link

add support for offset in `#[asset(texture_atlas(...))]` #94

Closed FraserLee closed 1 year ago

FraserLee commented 1 year ago

Seems like access to this parameter was missing, with a default Some(Vec2::splat(0.)) given instead of any way to access the value. Hope this helps!

FraserLee commented 1 year ago

thanks! Lmk if you need anything else.