mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 20:12:23 +00:00
21 lines
652 B
XML
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>
|