0.4
Changelog
- Support for bevy 0.11
- The color of the grass is now a
Component
, meaning it can be configured on aChunk
basis. - Remove the
WarblersExplicitBundle
. Only textures are now supported. HeightMap
is now namedYMap
to easier distinguish betweenWarblerHeights
, which controls the height of the grass blades.- The
maps
module is now namedmap
(which contains theYMap
andDensityMap
components).
I also want to thank @Elabajaba for porting this crate to bevy 0.11! :)