Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
641 stars 73 forks source link

Intgrid coloring regression #173

Open Trouv opened 1 year ago

Trouv commented 1 year ago

Thanks to @spoorn for noticing this in https://github.com/Trouv/bevy_ecs_ldtk/issues/65#issuecomment-1454692448. The coloring of white tiles seems to be inaccurate again. This should no longer affect background colors as of #171, but it remains an issue for intgrid colors. I think this issue is likely upstream in bevy_ecs_tilemap - so when I investigate I may just create an issue there and link it here. In the meantime, this issue will act as bookkeeping.

This seems to be an issue between v0.3.0 and v0.4.0. That went unnoticed for a while, it would be good if we could somehow add a rust test for this, but it may be difficult due to it being a graphical problem.