Releases: StarArawn/bevy_tiled
Bevy-0.5-Tiled 0.2.2
Bevy-0.5-Tiled 0.2.2
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
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
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
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