Hello,
I have a bunch of .png files, packed them into the software Tiled, and now i have a .tsx file with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.11.2" name="Defaults" tilewidth="256" tileheight="512" tilecount="241" columns="0">
<grid orientation="orthogonal" width="1" height="1"/>
<tile id="0">
<image source="StuffXY.png" width="256" height="512"/>
</tile>
...more images...
</tileset>
the tsx file is stored in the same folder as the png files.
upon importing to construct via "Choose a tileset":
"missing image on tileset
construct required an image to be defined... "
I thought it will work like that?
Alternatives to "Tiled"? Tiled does not allow me to export as an image, that part is greyed out for some reason.