fencer/resources/box.tilemap.tmx
2023-09-18 08:32:33 +02:00

24 lines
743 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="3" nextobjectid="2">
<tileset firstgid="1" source="../maps/castle.tsx"/>
<layer id="1" name="Tiles" width="10" height="10">
<data encoding="csv">
2,2,2,2,2,2,2,2,2,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,3,3,3,3,3,3,3,3,2,
2,2,2,2,2,2,2,2,2,2,
2,2,2,2,2,2,2,2,2,2
</data>
</layer>
<objectgroup id="2" name="Entities">
<object id="1" name="player" type="player" x="107.092" y="221.594">
<point/>
</object>
</objectgroup>
</map>