Leif Theden

Results 34 comments of Leif Theden

Thanks for the bug report. I think you are probably correct, Layer Groups are probably not recognized. I don't recall having made a feature for them.

Layer groups are not supported right now, so they will not be included anywhere.

I haven't thought about it in a long time. Have you tried using the Isometric branch? It worked, as I remember, but its been over a year.

Isometric rendering has been added to the main branch. Instead of using the BufferedRenderer, use the Isometric one (IsometricBufferedRenderer): ``` python import pyscroll from pytmx.util_pygame import load_pygame # Load TMX...