shrani
This commit is contained in:
40
maps/demo_whitebg/tilesets/crops_whitebg.tsx
Normal file
40
maps/demo_whitebg/tilesets/crops_whitebg.tsx
Normal file
@@ -0,0 +1,40 @@
|
||||
<? xml version = "1.0" encoding = "UTF-8" ?>
|
||||
<tileset version="1.10" tiledversion="1.10.2" name="crops_whitebg" 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_originals_with_white_bg/crops/wheat_stage0_styleA.png" />
|
||||
<properties>
|
||||
<property name="crop_type" value="wheat" />
|
||||
<property name="growth_stage" type="int" value="0" />
|
||||
</properties>
|
||||
</tile>
|
||||
<tile id="1">
|
||||
<image width="64" height="64" source="../../assets/images/demo_originals_with_white_bg/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_originals_with_white_bg/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_originals_with_white_bg/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_originals_with_white_bg/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>
|
||||
Reference in New Issue
Block a user