16 lines
586 B
XML
16 lines
586 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset version="1.8" tiledversion="1.8.4" name="main" tilewidth="32" tileheight="32" tilecount="2" columns="0">
|
|
<grid orientation="orthogonal" width="1" height="1"/>
|
|
<tile id="0" type="grass">
|
|
<properties>
|
|
<property name="walkable" type="bool" value="true"/>
|
|
</properties>
|
|
<image width="32" height="32" source="grass.png"/>
|
|
</tile>
|
|
<tile id="1" type="fake grass (real)">
|
|
<properties>
|
|
<property name="walkable" type="bool" value="false"/>
|
|
</properties>
|
|
<image width="32" height="32" source="grass.png"/>
|
|
</tile>
|
|
</tileset>
|