StarArawn / bevy_tiled

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

Asset events depend on tile textures #37

Closed dmtaub closed 3 years ago

dmtaub commented 3 years ago

Preloads tile texture assets before firing AssetEvent::Created event for map. This allows better handling in consuming app for when the map is completely ready.

depends upon @framp's bevy 0.4.0 support, though that's just because I don't have a < 0.4.0 bevy app to test it with :)

dmtaub commented 3 years ago

for now, this lives in the bevy-0.4-objects branch and should soon be in main