Files
pytiled_parser/tests/test_data/test_map_image_tile_set.tmx
Benjamin Kirkbride b117bd6fc2 init commit
2019-04-28 21:41:55 -04:00

92 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<map version="1.2" tiledversion="1.2.3" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="10">
<tileset firstgid="1" source="tile_set_image.tsx"/>
<layer id="1" name="Tile Layer 1" width="10" height="10">
<data encoding="csv">
1,2,3,4,5,6,7,8,30,30,
9,10,11,12,13,14,15,16,30,30,
17,18,19,20,21,22,23,24,30,30,
25,26,27,28,29,30,31,32,30,30,
33,34,35,36,37,38,39,40,30,30,
41,42,43,44,45,46,47,48,30,30,
30,30,30,30,30,30,30,30,30,30,
30,30,30,30,30,30,30,30,30,30,
30,30,30,30,30,30,30,30,30,30,
30,30,30,30,30,30,30,30,30,30
</data>
</layer>
<layer id="2" name="Tile Layer 2" width="10" height="10" opacity="0.5">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,46,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,6,7,7,7,7,7,8,0,
0,0,14,15,15,15,15,15,16,0,
0,0,22,23,23,23,23,23,24,0
</data>
</layer>
<group id="3" name="Group 1">
<properties>
<property name="bool property" type="bool" value="true"/>
</properties>
<layer id="5" name="Tile Layer 4" width="10" height="10" offsetx="49" offsety="-50">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,31,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer id="4" name="Tile Layer 3" width="10" height="10">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
1,2,3,0,0,0,0,0,0,0,
9,10,11,0,0,0,0,0,0,0,
17,18,19,0,0,0,0,0,0,0
</data>
</layer>
</group>
<objectgroup color="#000000" draworder="index" id="6" name="Object Layer 1" opacity="0.9" offsetx="4.66667" offsety="-4.33333">
<object id="1" name="rectangle 1" type="rectangle type" x="200.25" y="210.75" width="47.25" height="25" rotation="15"/>
<object id="2" name="polygon 1" type="polygon type" x="252.5" y="87.75" rotation="-21">
<polygon points="0,0 -41.25,24.25 -11,67.25 25.75,39.75 -9,37.75"/>
</object>
<object id="3" name="elipse 1" type="elipse type" x="198.75" y="102.5" width="17.75" height="14.25">
<ellipse/>
</object>
<object id="4" name="point 1" type="point type" x="174.25" y="186">
<point/>
</object>
<object id="7" name="insert text 1" type="insert text type" x="11.3958" y="48.5833" width="107.625" height="27.25">
<text fontfamily="Sans Serif" pixelsize="17" wrap="1" color="#b40303" italic="1" underline="1" strikeout="1">Hello World</text>
</object>
<object id="6" name="inserted tile 1" type="inserted tile type" gid="3221225503" x="47.25" y="72.5" width="47" height="53" rotation="31">
<properties>
<property name="tile property bool" type="bool" value="true"/>
</properties>
</object>
<object id="8" name="polyline 1" type="polyline type" x="144.667" y="112">
<polyline points="0,0 -14.3333,35.6667 15.3333,18.3333"/>
</object>
<object id="9" name="polygon 2" type="polygon type" x="69.8333" y="168.333">
<polygon points="-3.25,-17.25 -15,10.75 20.75,4.5"/>
</object>
</objectgroup>
</map>