Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Bevy 0.8 #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Update to Bevy 0.8 #8

wants to merge 4 commits into from

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