16 lines
583 B
XML
16 lines
583 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset version="1.10" tiledversion="1.10.2" name="gen" tilewidth="480" tileheight="480" tilecount="4" columns="0" tilerendersize="grid">
|
|
<grid orientation="orthogonal" width="1" height="1"/>
|
|
<tile id="0">
|
|
<image width="480" height="480" source="earth.png"/>
|
|
</tile>
|
|
<tile id="1" probability="3">
|
|
<image width="480" height="480" source="grass.png"/>
|
|
</tile>
|
|
<tile id="4">
|
|
<image width="100" height="100" source="black.png"/>
|
|
</tile>
|
|
<tile id="5">
|
|
<image width="100" height="100" source="black-corner.png"/>
|
|
</tile>
|
|
</tileset>
|