Skip to content
Snippets Groups Projects
tiled_base64_gzip.tmx 1.39 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" backgroundcolor="#ff00ff" nextobjectid="5">
 <tileset firstgid="1" name="tilesheet" tilewidth="32" tileheight="32">
  <image source="tilesheet.png" width="448" height="192"/>
  <tile id="1">
   <properties>
    <property name="a tile property" value="123"/>
   </properties>
  </tile>
 </tileset>
 <layer name="Tile Layer 1" width="100" height="100">
  <properties>
   <property name="prop1" value="12"/>
   <property name="prop2" value="some text"/>
  </properties>
  <data encoding="base64" compression="zlib">
   eJzt1zEKwzAMBVBdIScIJXPS+9+uDY1BuHbpULvLeyDIkEkfIXmLiK2qW6cYb7lqv+p41r1TcpmjZFLPyamVEXOcGSzpu66SixkZb41Xz9dO7fE+O4yR+703KmdyhExGK32v+1zv+rxLZDJO7vO5G3KvSyY1eYxT31Dlrm3t9AhZzNC6a+v3RsmhNzP83qdc8ttdHuO07thWLlt4E87w7S6wM+bo7e3ef8z1KRt5/N+388N88gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIHsArPIXTA==
  </data>
 </layer>
 <objectgroup name="Object group">
  <object id="1" x="14" y="9" width="285" height="135"/>
  <object id="2" x="329" y="217" width="102" height="109">
   <ellipse/>
  </object>
  <object id="3" x="314" y="376">
   <polyline points="0,0 -111,-63 -203,27 -205,-130 -78,-150 -6,-6"/>
  </object>
  <object id="4" x="479" y="84">
   <polygon points="0,0 139,128 -55,64 -37,-49 159,47 138,126"/>
  </object>
 </objectgroup>
</map>