B-Reif / bevy_ase

Crate for importing .aseprite files directly into Bevy applications
MIT License
13 stars 8 forks source link

Tiled example broken #2

Open lemunozm opened 2 years ago

lemunozm commented 2 years ago

Hi!

I'm getting problems compiling the tilemap example with the becy_ecs_tilemap feature. Seems that the bevy_ecs_tilemap crate has made changes in its API

Great job! Very useful tool

B-Reif commented 2 years ago

Hi, thanks for your interest!

Currently I'm making some changes to be compatible with the asefile crate instead of using my fork of it. Once this PR is merged I should be able to catch up on the APIs of other dependent libraries.

In the meantime, as a workaround, feel free to disable the feature, then copy and modify the existing code from bevy_ecs_tilemap.rs. It's only a convenience function with a few lines of code.

lemunozm commented 2 years ago

Ok, thank you so much!!