mirror of https://github.com/fallahn/tmxlite.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
707 B
XML
19 lines
707 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset name="" tilewidth="64" tileheight="64" tilecount="42" columns="6">
|
|
<properties>
|
|
<property name="bool property" type="bool" value="false"/>
|
|
<property name="float property" type="float" value="56.770000000000003"/>
|
|
<property name="int property" type="int" value="12"/>
|
|
<property name="string property" value="shoes"/>
|
|
</properties>
|
|
<image source="tileset.png" trans="ff00ff" width="384" height="448"/>
|
|
<terraintypes>
|
|
<terrain name="brown" tile="-1"/>
|
|
<terrain name="green" tile="-1"/>
|
|
</terraintypes>
|
|
<tile id="0" terrain=",0,,0"/>
|
|
<tile id="22" terrain="1,1,1,"/>
|
|
<tile id="25" terrain=",1,,1"/>
|
|
<tile id="26" terrain="0,,0,"/>
|
|
</tileset>
|