v0.2.0
New features:
GridCoords
component which is added to all tiles, and can be added toLdtkEntity
s with the#[grid_coords]
attribute: #55- Colors! Now bevy_ecs_ldtk uses LDtk's workspace background color, level background colors, and IntGrid tile colors! #59
- Wasm support through the "atlas" feature: #54 (thanks @colathro)
Bug fixes:
LdtkEntity
andLdtkIntCell
now work better on generic bundles: #53- Tile spacing supported again via the "atlas" feature: #56
- No more chatty bevy_ecs_tilemap warnings regarding COPY_SRC textures: #59
Other changes: