1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
water-symbol/assets/main.tsx

50 lines
1.3 KiB
TypeScript
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.8" tiledversion="1.8.4" name="world-map" tilewidth="16" tileheight="16" tilecount="10" columns="2">
<image source="../../world-map.png" width="32" height="80"/>
<tile id="0" type="null">
<properties>
<property name="walkable" type="bool" value="false"/>
</properties>
</tile>
<tile id="1" type="grass">
2022-05-01 20:02:03 -04:00
<properties>
<property name="walkable" type="bool" value="true"/>
</properties>
</tile>
<tile id="2" type="village">
<properties>
<property name="walkable" type="bool" value="false"/>
</properties>
</tile>
<tile id="3" type="background">
<properties>
<property name="walkable" type="bool" value="false"/>
</properties>
</tile>
<tile id="4" type="background">
<properties>
<property name="walkable" type="bool" value="false"/>
</properties>
</tile>
<tile id="5" type="background">
2022-05-01 20:02:03 -04:00
<properties>
<property name="walkable" type="bool" value="false"/>
</properties>
</tile>
<tile id="6" type="background">
<properties>
<property name="walkable" type="bool" value="false"/>
</properties>
</tile>
<tile id="7" type="mountain">
<properties>
<property name="walkable" type="bool" value="true"/>
</properties>
</tile>
<tile id="8" type="forest">
<properties>
<property name="walkable" type="bool" value="true"/>
</properties>
</tile>
</tileset>