mirror of
https://github.com/duckduckdoof/miniopolis.git
synced 2025-03-15 08:51:21 +00:00
17 lines
632 B
TypeScript
17 lines
632 B
TypeScript
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<tileset version="1.10" tiledversion="1.11.1" name="world-tiles" tilewidth="32" tileheight="32" tilecount="4" columns="0">
|
||
|
<grid orientation="orthogonal" width="1" height="1"/>
|
||
|
<tile id="0" type="IronTile">
|
||
|
<image source="../res/iron.png" width="32" height="32"/>
|
||
|
</tile>
|
||
|
<tile id="1" type="TreesTile">
|
||
|
<image source="../res/trees.png" width="32" height="32"/>
|
||
|
</tile>
|
||
|
<tile id="2" type="WaterTile">
|
||
|
<image source="../res/water.png" width="32" height="32"/>
|
||
|
</tile>
|
||
|
<tile id="3" type="GroundTile">
|
||
|
<image source="../res/ground.png" width="32" height="32"/>
|
||
|
</tile>
|
||
|
</tileset>
|