Files
i-mic-rts/assets/tilesets/default.tsx

25 lines
740 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.2" tiledversion="1.2.4" name="default" tilewidth="32" tileheight="32" tilecount="4" columns="4">
<image source="default.png" trans="ffffff" width="128" height="32"/>
<tile id="0" type="ground">
<properties>
<property name="travel_cost" type="float" value="1"/>
</properties>
</tile>
<tile id="1" type="ground">
<properties>
<property name="travel_cost" type="float" value="1"/>
</properties>
</tile>
<tile id="2" type="ground">
<properties>
<property name="travel_cost" type="float" value="2"/>
</properties>
</tile>
<tile id="3" type="water">
<properties>
<property name="travel_cost" type="float" value="1"/>
</properties>
</tile>
</tileset>