Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
629 stars 74 forks source link

Add tests for asset loaders after bevy asset v2 #245

Open Trouv opened 8 months ago

Trouv commented 8 months ago

The asset module rewrite is very well tested, except for the actual AssetLoader implementations. I haven't looked too much into bevy assets v2, but I'm guessing any tests we write for these methods now will have to change after assets v2.