Skip to content
Snippets Groups Projects
tilesheet.tsx 350 B
Newer Older
Matthew Hall's avatar
Matthew Hall committed
<tileset name="tilesheet" tilewidth="32" tileheight="32">
 <properties>
  <property name="tileset property" value="tsp"/>
 </properties>
 <image source="tilesheet.png" width="448" height="192"/>
 <tile id="1">
  <properties>
   <property name="a tile property" value="123"/>
  </properties>
 </tile>
</tileset>