42 lines
2.0 KiB
TypeScript
42 lines
2.0 KiB
TypeScript
<? xml version = "1.0" encoding = "UTF-8" ?>
|
|
<tileset version="1.10" tiledversion="1.10.2" name="crops_demo" tilewidth="64" tileheight="64" tilecount="5" columns="0">
|
|
<grid orientation="orthogonal" width="1" height="1" />
|
|
<tile id="0">
|
|
<image width="64" height="64" source="../../assets/images/demo/crops/wheat_stage0_styleA.png" />
|
|
<properties>
|
|
<property name="crop_type" value="wheat" />
|
|
<property name="growth_stage" type="int" value="0" />
|
|
<property name="growth_time" type="int" value="2000" />
|
|
</properties>
|
|
</tile>
|
|
<tile id="1">
|
|
<image width="64" height="64" source="../../assets/images/demo/crops/wheat_stage1_styleA.png" />
|
|
<properties>
|
|
<property name="crop_type" value="wheat" />
|
|
<property name="growth_stage" type="int" value="1" />
|
|
</properties>
|
|
</tile>
|
|
<tile id="2">
|
|
<image width="64" height="64" source="../../assets/images/demo/crops/wheat_stage2_styleA.png" />
|
|
<properties>
|
|
<property name="crop_type" value="wheat" />
|
|
<property name="growth_stage" type="int" value="2" />
|
|
</properties>
|
|
</tile>
|
|
<tile id="3">
|
|
<image width="64" height="64" source="../../assets/images/demo/crops/wheat_stage3_styleA.png" />
|
|
<properties>
|
|
<property name="crop_type" value="wheat" />
|
|
<property name="growth_stage" type="int" value="3" />
|
|
</properties>
|
|
</tile>
|
|
<tile id="4">
|
|
<image width="64" height="64" source="../../assets/images/demo/crops/wheat_stage4_styleA.png" />
|
|
<properties>
|
|
<property name="crop_type" value="wheat" />
|
|
<property name="growth_stage" type="int" value="4" />
|
|
<property name="harvestable" type="bool" value="true" />
|
|
</properties>
|
|
</tile>
|
|
</tileset>
|