mirror of
https://github.com/duckduckdoof/miniopolis.git
synced 2025-03-15 00:51:20 +00:00
28 lines
1 KiB
XML
28 lines
1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset version="1.10" tiledversion="1.11.1" name="bulidings" tilewidth="32" tileheight="32" tilecount="8" columns="0">
|
|
<grid orientation="orthogonal" width="1" height="1"/>
|
|
<tile id="0" type="LoggerTile">
|
|
<image source="../res/logger.png" width="32" height="32"/>
|
|
</tile>
|
|
<tile id="1" type="PowerPoleTile">
|
|
<image source="../res/powerpole.png" width="32" height="32"/>
|
|
</tile>
|
|
<tile id="2" type="CropsTile">
|
|
<image source="../res/crops.png" width="32" height="32"/>
|
|
</tile>
|
|
<tile id="3" type="HydroPowerTile">
|
|
<image source="../res/hydropower.png" width="32" height="32"/>
|
|
</tile>
|
|
<tile id="4" type="HousingTile">
|
|
<image source="../res/housing.png" width="32" height="32"/>
|
|
</tile>
|
|
<tile id="5" type="MinerTile">
|
|
<image source="../res/miner.png" width="32" height="32"/>
|
|
</tile>
|
|
<tile id="6" type="FactoryTile">
|
|
<image source="../res/factory.png" width="32" height="32"/>
|
|
</tile>
|
|
<tile id="7" type="connector">
|
|
<image source="../res/connector.png" width="32" height="32"/>
|
|
</tile>
|
|
</tileset>
|