v0.9.0
What's Changed
- Add compat info about bevy-track and bevy main by @geirsagberg in #312
- Simple bug fixes by @bzm3r in #317
- Fix example support for rectangular grids by @will-hart in #319
- Fix how tilemap center is calculated so that it works for all map types. by @bzm3r in #324
- Update bevy-track branch to newer bevy commit by @rparrett in #330
TileTexture
Rename for clarity. by @frederickjjoubert in #325- Disable tests in CI by @bzm3r in #329
- Implement From for TileColor by @johanhelsing in #333
- Update path to fill_tilemap in comment by @johanhelsing in #331
- Added support for custom texture formats. by @StarArawn in #335
- Revising neighbor helpers for ergonomicness. Removing requirement of supplying a TileStorage element to get neighbour positions. by @bzm3r in #328
- Revert change to how web examples should be run by @bzm3r in #338
- Support for bevy 0.9 by @StarArawn in #310
- Add Default to TilemapArrayTexture by @Dauthdaert in #339
- Fixed warning when running the atlas feature. Make sure we CI features. by @StarArawn in #340
New Contributors
- @geirsagberg made their first contribution in #312
- @will-hart made their first contribution in #319
- @frederickjjoubert made their first contribution in #325
- @johanhelsing made their first contribution in #333
- @Dauthdaert made their first contribution in #339
Full Changelog: v0.8.0...v0.9.0