Skip to content

Releases: StarArawn/bevy_tiled

Bevy-0.5-Tiled 0.2.2

06 Apr 22:20
Compare
Choose a tag to compare
  • Updating Cargo.toml to target Bevy 0.5.0
  • First official release with object layer support

Bevy-0.5-Tiled 0.2.2

17 Mar 11:20
Compare
Choose a tag to compare
Bevy-0.5-Tiled 0.2.2 Pre-release
Pre-release

With this release we're targeting bevy main

  • Adding MapReady event
  • add MapRoot marker component and optional parent entity

Bevy-0.4-Tiled 0.2.1-rc1

15 Mar 04:04
Compare
Choose a tag to compare

Adds loading objectGroups and objects for orthographic Tiled maps:

currently only supports tile objects and rectangles

  • fires event when object is created
    • There's support for debugging of rectangle objects by passing debug_config into TiledMapComponents
    • adds new ortho_objects example which shows how to use debug
  • We only create textures for tiles used by layers and objects
  • For now, assumes we're only spawning one entity per asset, which allows us to keep track and hot-reload
  • Asset dependencies set up so tile texture loading is a requirement for the map to be considered loaded
  • Bugfix to support tiles with padding in ortho maps.
  • re-exports relevant structures from rs-tiled

See the readme for more details

Currently separate from bevy-0.4 branch as there may be some incompatibilities, open PR to merge this into main branch

Bevy-0.3-Tiled 0.1.0

18 Mar 01:50
Compare
Choose a tag to compare

This release serves as checkpoint for the code that runs on Bevy 0.3.

It is the code from the "master" branch pre-March 2021 with tile position offset provided by @Kurble

All future releases will target newer versions.

Bevy-0.4-Tiled 0.1.0

14 Mar 21:57
9756720
Compare
Choose a tag to compare

Thanks @framp for providing this for the community

This release serves as checkpoint for the branch many community members used with Bevy 0.4 functionality.

For the most up-to-date code for bevy 0.4, look at the bevy-0.4 branch