mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-06 01:12:50 +02:00
15 lines
569 B
XML
15 lines
569 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="5" height="5" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
|
<tileset firstgid="1" name="Tileset 1" tilewidth="32" tileheight="32" tilecount="8" columns="4">
|
|
<image source="tiles.png" width="128" height="64"/>
|
|
</tileset>
|
|
<layer id="1" name="Tile Layer 1" width="5" height="5">
|
|
<data encoding="csv">
|
|
1,1,1,1,1,
|
|
1,1,1,1,1,
|
|
1,1,1,1,1,
|
|
2,2,2,2,2,
|
|
2,2,2,2,2
|
|
</data>
|
|
</layer>
|
|
</map>
|