Skip to content

v0.2.0

Compare
Choose a tag to compare
@Trouv Trouv released this 25 Feb 05:12
· 323 commits to main since this release

New features:

  • GridCoords component which is added to all tiles, and can be added to LdtkEntitys 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 and LdtkIntCell 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:

  • Platformer example now spawns fewer colliders: #55
  • Constructors used by LdtkEntity are now more specific #58