mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 17:02:49 +02:00
20 lines
871 B
XML
20 lines
871 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset version="1.10" tiledversion="1.11.0" name="multi-tileset" tilewidth="256" tileheight="96" tilecount="2" columns="0">
|
|
<tileoffset x="1" y="5"/>
|
|
<grid orientation="orthogonal" width="1" height="1"/>
|
|
<properties>
|
|
<property name="tilesetbool" type="bool" value="true"/>
|
|
<property name="tilesetcolor" type="color" value="#ffff0000"/>
|
|
<property name="tilesetfile" type="file" value=""/>
|
|
<property name="tilesetfloat" type="float" value="5.2"/>
|
|
<property name="tilesetint" type="int" value="9"/>
|
|
<property name="tilesetobject" type="object" value="0"/>
|
|
<property name="tilesetstring" value="hello world!"/>
|
|
</properties>
|
|
<tile id="0">
|
|
<image source="tileset.png" width="256" height="96"/>
|
|
</tile>
|
|
<tile id="1">
|
|
<image source="tileset.png" width="256" height="96"/>
|
|
</tile>
|
|
</tileset>
|