Semi-transparent tiles not shown correctly
Closed this issue · 1 comments
SlateyDev commented
While trying the built in example "Typical_2D_platformer_example.ldtk" I was getting differences in what was drawn with LDtk/bevy_ecs_ldtk and LDtkMonogame. While both LDtk and bevy_ecs_ldtk show the Wall_shadows the same way, LDtkMonogame appears to be more opaque.
This makes the level look quite off.
IrishBruse commented
Should be fixed now will release a new version with this fixed. Thanks for bug report just so you know if you need to render stuff differently than the example renderer comes with you can make your own for example if you needed parallax, blurring or something custom. Just copy the renderer code and make the changes you need