shrani
This commit is contained in:
32
maps/demo_whitebg/tilesets/objects_whitebg.tsx
Normal file
32
maps/demo_whitebg/tilesets/objects_whitebg.tsx
Normal file
@@ -0,0 +1,32 @@
|
||||
<? xml version = "1.0" encoding = "UTF-8" ?>
|
||||
<tileset version="1.10" tiledversion="1.10.2" name="objects_whitebg" tilewidth="64" tileheight="96" tilecount="4" 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/buildings/tent_styleA.png" />
|
||||
<properties>
|
||||
<property name="building_type" value="tent" />
|
||||
<property name="collision" type="bool" value="true" />
|
||||
</properties>
|
||||
</tile>
|
||||
<tile id="1">
|
||||
<image width="64" height="64" source="../../assets/images/demo_originals_with_white_bg/environment/campfire_styleA.png" />
|
||||
<properties>
|
||||
<property name="decoration_type" value="campfire" />
|
||||
<property name="animated" type="bool" value="true" />
|
||||
</properties>
|
||||
</tile>
|
||||
<tile id="2">
|
||||
<image width="64" height="96" source="../../assets/images/demo_originals_with_white_bg/environment/dead_tree_styleA.png" />
|
||||
<properties>
|
||||
<property name="decoration_type" value="tree" />
|
||||
<property name="collision" type="bool" value="true" />
|
||||
</properties>
|
||||
</tile>
|
||||
<tile id="3">
|
||||
<image width="48" height="32" source="../../assets/images/demo_originals_with_white_bg/environment/rock_styleA.png" />
|
||||
<properties>
|
||||
<property name="decoration_type" value="rock" />
|
||||
<property name="collision" type="bool" value="true" />
|
||||
</properties>
|
||||
</tile>
|
||||
</tileset>
|
||||
Reference in New Issue
Block a user