Skip to content

0.4

Compare
Choose a tag to compare
@EmiOnGit EmiOnGit released this 29 Sep 11:32
· 85 commits to main since this release
d2ed8a7

Changelog

  • Support for bevy 0.11
  • The color of the grass is now a Component, meaning it can be configured on a Chunk basis.
  • Remove the WarblersExplicitBundle. Only textures are now supported.
  • HeightMap is now named YMap to easier distinguish between WarblerHeights, which controls the height of the grass blades.
  • The maps module is now named map (which contains the YMap and DensityMap components).

I also want to thank @Elabajaba for porting this crate to bevy 0.11! :)