Pyxel Edit Forum Archive
ArchiveBug reports

[Bug] txt export does not include layer names

K
kamstrup
Sep 8, 2013 at 7:58 pm
When I have to layers with custom names the txt-export tilemap data still just uses numbers for the layer entries. Eg.

layer 0   /// should use layer name from project
4,4,4,4,
4,4,4,4,
4,4,4,4,

layer 1   /// ditto :-)
0,0,-1,-1,
-1,-1,-1,-1,
-1,-1,-1,-1,

Thanks for a great product!
Danik
Sep 8, 2013 at 8:40 pm
Yeah, I should probably change it to use the layer names. It might complicate import slightly though.
K
kamstrup
Sep 9, 2013 at 7:38 am
Yeah, I also worry that it could break some import implementations... but I think it should be worth it in the long run. Otherwise it is not possible to distinguish programmatically between layers. But if layers still come out in the correct order in the exported txt, I think most consumers should stay working...