StarArawn / bevy_tiled

A plugin for rendering tiled maps.
MIT License
151 stars 40 forks source link

Bevy 0.2 support #17

Closed cyclopunk closed 3 years ago

cyclopunk commented 3 years ago

Hey-o!

I just started to work with Tiled on my project (https://github.com/insrcd/labyrinth-game) and wanted try out bevy-tiled. Noticed that it hasn't been moved over to the 0.2.x Transform changes. This should at least get it moving. I know a few other folks are looking for this on the Discord. I tested it out with the examples and things seem to render just fine, not sure if I missed something though.

This should also resolve #16

insrcd commented 3 years ago

Should be all set, fixed a small issue with the example as well as it hadn't moved over to the TiledMapCenter struct yet.

insrcd commented 3 years ago

Looks like iso_main needs it to, will grab that.