blob: 7a5a5488278f0276bcb8f02889e40bc45c06e89c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="left-down" width="3" height="3" tilewidth="32" tileheight="32" nextobjectid="1">
<tileset firstgid="1" name="test-tileset" tilewidth="32" tileheight="32" spacing="2" margin="2">
<image source="test-tileset.png" width="104" height="104"/>
</tileset>
<layer name="Tile Layer 1" width="3" height="3">
<data encoding="base64" compression="zlib">
eJwNw4cNAAAIw7Cy4f+HiSWbJGcwWWwOl8cHArgALg==
</data>
</layer>
</map>
|