miniopolis/maps/world-tiles.tsx

17 lines
632 B
TypeScript
Raw Permalink Normal View History

2025-01-21 16:45:24 -05:00
<?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>