<?xml version="1.0" encoding="UTF-8"?>
<tileset name="tileset" tilewidth="64" tileheight="64" tilecount="200" columns="10">
 <image source="../../../AGK Projects/noname/resources/Maps/tileset.png" width="640" height="1280"/>
 <tile id="0">
  <properties>
   <property name="Field1" value="Value1"/>
   <property name="Field2" value="Value2"/>
   <property name="Field3" value="Value3"/>
  </properties>
 </tile>
 <tile id="10">
  <properties>
   <property name="Field1" value="Value11"/>
   <property name="Field2" value="Value22"/>
   <property name="Field3" value="Value33"/>
  </properties>
 </tile>
</tileset>
