StarArawn / bevy_tiled

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

Fix consistency with the XComponents -> XBundle refactor in bevy 0.4 #44

Closed rparrett closed 3 years ago

rparrett commented 3 years ago

This is a breaking change, but I think it's worth getting into a release targeting bevy 0.5 so that we're matching the conventions used in the rest of the bevy ecosystem.

context: https://github.com/bevyengine/bevy/pull/863