File size: 525 Bytes
a3e5f70 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.1" name="Grass" tilewidth="64" tileheight="64" tilecount="3" columns="0">
<grid orientation="orthogonal" width="1" height="1"/>
<tile id="0">
<image width="64" height="64" source="../../graphics/objects/grass.png"/>
</tile>
<tile id="1">
<image width="64" height="64" source="../../graphics/objects/grass_ice.png"/>
</tile>
<tile id="2">
<image width="64" height="64" source="../../graphics/objects/sand.png"/>
</tile>
</tileset>
|