Skip to content

Conversation

@Arc-blroth
Copy link
Contributor

Also updates bevy_ecs_tilemap to 0.7.0 and benimator to 4.0.0-rc.1.

Note that bevy_ecs_tilemap had an API rewrite (StarArawn/bevy_ecs_tilemap@a39178a) between v0.6 and v0.7. To work with the new API, the Tileset::layer_settings method has been removed and replaced with two From impls. This is technically a breaking change, so I've bumped the crate version from 0.3.1 to 0.4.0.

Note that Bevy 0.8 changed the default texture sampler to use linear filtering. Since this crate will almost certainly be working with pixel art, I've set the texture atlases generated by this crate to use nearest-pixel filtering by default (matching Bevy's behavior before 0.8).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant