What's Changed
- Minimal fix for chunks with entity generation > 0 not rendering by @rparrett in #451
- Fix errors in diamond_iso shader by @rparrett in #449
- Add material_tilemap_layout by @st0rmbtw in #460
- Update GitHub actions by @rparrett in #444
- Fix let-else formatting by @rparrett in #472
- v0.11.1 release by @StarArawn in #480
- Add
license = "MIT"
field toCargo.toml
by @LikeLakers2 in #464 - Upgade to bevy 0.12 by @StarArawn in #497
- Fix tile color srgbness by @rparrett in #481
- Adds MaterialTilemapKey to prelude by @DavidHospital in #478
- Fix animated tiles not being updated when AnimatedTile changes by @rparrett in #474
- Implement
From<TilePos>
forCubePos
by @Piturnah in #470 - Add "new" function to structs with only numeric fields by @bread42 in #493
- Implement
MapEntities
by @hankjordan in #496 - Derive
serde::Serialize
andserde::Deserialize
for position types by @Piturnah in #469 - Expose the position of a tile in the storage by @st0rmbtw in #461
- Allow examples to be built for WebGPU and add instructions by @rparrett in #442
- Remove unused variable in tiled helper by @rparrett in #499
- Filter RemovedComponents for entities that no longer exist by @thebluefish in #510
- Add const to some functions. by @poweron0102 in #505
- Moved render settings onto entity. by @StarArawn in #512
New Contributors
- @st0rmbtw made their first contribution in #460
- @LikeLakers2 made their first contribution in #464
- @DavidHospital made their first contribution in #478
- @Piturnah made their first contribution in #470
- @bread42 made their first contribution in #493
- @hankjordan made their first contribution in #496
- @thebluefish made their first contribution in #510
- @poweron0102 made their first contribution in #505
Full Changelog: v0.11.0...v0.12.0