Files
novafarma/maps/demo_project/tilesets/terrain_demo.tsx
2025-12-30 23:48:51 +01:00

25 lines
1.2 KiB
TypeScript

<? xml version = "1.0" encoding = "UTF-8" ?>
<tileset version="1.10" tiledversion="1.10.2" name="terrain_demo" tilewidth="64" tileheight="64" tilecount="4" columns="0">
<grid orientation="orthogonal" width="1" height="1" />
<tile id="0">
<image width="64" height="64" source="../../assets/images/demo/terrain/grass_tile_styleA.png" />
</tile>
<tile id="1">
<image width="64" height="64" source="../../assets/images/demo/terrain/dirt_tile_styleA.png" />
</tile>
<tile id="2">
<image width="64" height="64" source="../../assets/images/demo/terrain/tilled_dry_styleA.png" />
<properties>
<property name="farmable" type="bool" value="true" />
<property name="watered" type="bool" value="false" />
</properties>
</tile>
<tile id="3">
<image width="64" height="64" source="../../assets/images/demo/terrain/tilled_watered_styleA.png" />
<properties>
<property name="farmable" type="bool" value="true" />
<property name="watered" type="bool" value="true" />
</properties>
</tile>
</tileset>