23 lines
692 B
TypeScript
23 lines
692 B
TypeScript
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<tileset name="ld41" tilewidth="32" tileheight="32" tilecount="6" columns="0">
|
||
|
<grid orientation="orthogonal" width="1" height="1"/>
|
||
|
<tile id="0">
|
||
|
<image width="32" height="32" source="png/water.png"/>
|
||
|
</tile>
|
||
|
<tile id="1">
|
||
|
<image width="32" height="32" source="png/road_tee.png"/>
|
||
|
</tile>
|
||
|
<tile id="2">
|
||
|
<image width="32" height="32" source="png/road_straight.png"/>
|
||
|
</tile>
|
||
|
<tile id="3">
|
||
|
<image width="32" height="32" source="png/grass.png"/>
|
||
|
</tile>
|
||
|
<tile id="4">
|
||
|
<image width="32" height="32" source="png/road_single.png"/>
|
||
|
</tile>
|
||
|
<tile id="5">
|
||
|
<image width="32" height="32" source="png/road_cross.png"/>
|
||
|
</tile>
|
||
|
</tileset>
|