Files
MonoGame.Extended/Source/Demos/Tutorials/Content/TiledMaps/level05.tmx
T
2019-10-08 21:43:46 +10:00

21 lines
652 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="isometric" renderorder="left-up" width="10" height="10" tilewidth="101" tileheight="38" nextobjectid="1">
<tileset firstgid="1" name="L05TS1" tilewidth="101" tileheight="171" tilecount="3" columns="3">
<image source="L05TS1.png" width="303" height="171"/>
</tileset>
<layer name="Tile Layer 1" width="10" height="10">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,1,0,0,0,0,
0,0,0,0,2,0,2,0,0,0,
0,0,0,1,0,1,0,3,0,0,
0,0,3,0,3,0,3,0,0,0,
0,2,0,1,0,2,0,0,0,0,
3,0,3,0,2,0,0,0,0,0,
0,2,0,1,0,0,0,0,0,0,
0,0,1,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0
</data>
</layer>
</map>