Files
MonoGame.Extended/Source/Sandbox/Content/test-tileset-left-up.tmx
T
2015-08-07 21:50:21 +10:00

20 lines
630 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="left-up" width="3" height="3" tilewidth="25" tileheight="25" backgroundcolor="#a6527c" 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>
<tile gid="1"/>
<tile gid="2"/>
<tile gid="3"/>
<tile gid="4"/>
<tile gid="5"/>
<tile gid="6"/>
<tile gid="7"/>
<tile gid="8"/>
<tile gid="9"/>
</data>
</layer>
</map>