lua-love-platformer/maps/map.tmx

62 lines
3.5 KiB
Plaintext
Raw Normal View History

2018-01-18 04:49:29 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2018-01-18 05:30:01 +00:00
<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="100" height="10" tilewidth="70" tileheight="70" infinite="0" nextobjectid="65">
2018-01-18 05:19:17 +00:00
<tileset firstgid="1" name="map" tilewidth="70" tileheight="70" spacing="2" tilecount="156" columns="12">
2018-01-18 04:49:29 +00:00
<image source="tiles_spritesheet.png" trans="ff05fa" width="914" height="936"/>
</tileset>
<layer name="Tile Layer 1" width="100" height="10">
<data encoding="base64" compression="zlib">
2018-01-18 05:19:17 +00:00
eJztkzsOACAIQ525/4GdHSQa+dSmLyGMbWgZQ3Rj3QbEgvLAQnlgEZWHOROJp5OhVw2qf9tsJl77lN3H3/t98rssf9xF930jtG57UtkVVF/MsNx3Ahk9A98=
2018-01-18 04:49:29 +00:00
</data>
</layer>
2018-01-18 05:19:17 +00:00
<layer name="hidden" width="100" height="10">
<data encoding="base64" compression="zlib">
eJxjYBgFo4A2QGqgHTAIgBQONq3sIZYeBZQDaoXtcI8TWueBoWLmKCAfDIf4oFYZjC0/0aueoacdo4B4MBofo2AUDD8AACv4AqU=
</data>
</layer>
<objectgroup name="platforms">
<object id="4" x="71.3333" y="560.667" width="419.333" height="68.6667"/>
<object id="5" x="561.333" y="421.333" width="420" height="67.3333"/>
<object id="6" x="1051.33" y="280.667" width="488" height="69.3333"/>
<object id="8" x="1259.67" y="560" width="910.33" height="69.3333"/>
<object id="10" x="2310" y="420" width="70" height="69.5"/>
<object id="11" x="2450" y="350.5" width="70.5" height="69.5"/>
<object id="12" x="2591" y="350.5" width="69" height="68.5"/>
<object id="13" x="2730" y="350" width="69.5" height="70"/>
<object id="15" x="2870" y="281" width="631" height="68"/>
<object id="16" x="3500" y="628" width="491" height="71"/>
<object id="17" x="3990" y="560" width="841" height="71"/>
<object id="19" x="4830" y="491" width="772" height="69"/>
<object id="20" x="5603" y="420" width="836" height="70"/>
<object id="24" x="6440.5" y="350.5" width="420.5" height="69.5"/>
<object id="25" x="6789.5" y="0" width="71" height="350.5"/>
</objectgroup>
<objectgroup name="coins">
<object id="33" x="211" y="421" width="69" height="68.6667"/>
<object id="36" x="350.667" y="420.667" width="70" height="69.3333"/>
<object id="37" x="630.667" y="280.667" width="69" height="69"/>
<object id="38" x="840" y="281" width="69.3333" height="69"/>
<object id="39" x="1121.33" y="141.333" width="69" height="68.3333"/>
<object id="40" x="1331" y="141" width="70.3333" height="68.6667"/>
<object id="42" x="1470.5" y="421.5" width="70" height="68.5"/>
<object id="43" x="1681" y="420.5" width="69" height="68.5"/>
<object id="44" x="1821" y="422" width="70.5" height="68.5"/>
<object id="45" x="2031" y="420.5" width="70" height="71"/>
<object id="46" x="2311" y="280.5" width="70" height="70"/>
<object id="47" x="2450.5" y="210.5" width="70" height="70.5"/>
<object id="48" x="2591.5" y="209.5" width="70" height="71"/>
<object id="49" x="2730.5" y="211" width="69.5" height="70"/>
<object id="50" x="2940.5" y="140.5" width="68.5" height="69.5"/>
<object id="51" x="3080" y="140.5" width="70" height="69"/>
<object id="52" x="3220.5" y="140" width="70.5" height="70.5"/>
<object id="53" x="3361.5" y="140" width="68" height="70.5"/>
<object id="55" x="3502" y="142" width="64" height="68"/>
<object id="56" x="3571" y="72" width="67" height="68"/>
<object id="57" x="3640" y="144" width="70" height="63"/>
<object id="58" x="3709" y="210" width="74" height="73"/>
<object id="60" x="3781" y="281" width="67" height="69"/>
<object id="61" x="3782" y="353" width="67" height="64"/>
<object id="62" x="3783" y="419" width="67" height="71"/>
<object id="63" x="3783" y="493" width="66" height="65"/>
</objectgroup>
2018-01-18 04:49:29 +00:00
</map>