File size: 3,365 Bytes
a3e5f70 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | <?xml version="1.0" encoding="UTF-8"?>
<tileset version="1.10" tiledversion="1.10.1" name="objects" tilewidth="448" tileheight="448" tilecount="29" columns="0">
<grid orientation="orthogonal" width="1" height="1"/>
<tile id="0">
<image width="320" height="320" source="../../graphics/objects/house_small_alt.png"/>
</tile>
<tile id="1">
<image width="128" height="192" source="../../graphics/objects/ice_tree.png"/>
</tile>
<tile id="2">
<image width="128" height="192" source="../../graphics/objects/palm.png"/>
</tile>
<tile id="3">
<image width="128" height="192" source="../../graphics/objects/palm_alt.png"/>
</tile>
<tile id="4">
<image width="64" height="128" source="../../graphics/objects/palm_small.png"/>
</tile>
<tile id="6">
<image width="64" height="192" source="../../graphics/objects/ruin_pillar.png"/>
</tile>
<tile id="7">
<image width="64" height="104" source="../../graphics/objects/ruin_pillar_broke.png"/>
</tile>
<tile id="8">
<image width="64" height="128" source="../../graphics/objects/ruin_pillar_broke_alt.png"/>
</tile>
<tile id="9">
<image width="128" height="192" source="../../graphics/objects/teal_tree.png"/>
</tile>
<tile id="10">
<image width="128" height="192" source="../../graphics/objects/teal_tree_bushy.png"/>
</tile>
<tile id="11">
<image width="64" height="128" source="../../graphics/objects/teal_tree_small.png"/>
</tile>
<tile id="12">
<image width="448" height="448" source="../../graphics/objects/arean_fire.png"/>
</tile>
<tile id="13">
<image width="448" height="448" source="../../graphics/objects/arena_plant.png"/>
</tile>
<tile id="14">
<image width="448" height="448" source="../../graphics/objects/arena_water.png"/>
</tile>
<tile id="15">
<image width="128" height="192" source="../../graphics/objects/green_tree.png"/>
</tile>
<tile id="16">
<image width="128" height="192" source="../../graphics/objects/green_tree_bushy.png"/>
</tile>
<tile id="17">
<image width="64" height="128" source="../../graphics/objects/green_tree_small.png"/>
</tile>
<tile id="18">
<image width="384" height="384" source="../../graphics/objects/hospital.png"/>
</tile>
<tile id="19">
<image width="448" height="448" source="../../graphics/objects/house_large.png"/>
</tile>
<tile id="20">
<image width="448" height="448" source="../../graphics/objects/house_large_alt.png"/>
</tile>
<tile id="21">
<image width="320" height="320" source="../../graphics/objects/house_small.png"/>
</tile>
<tile id="22">
<image width="64" height="128" source="../../graphics/objects/gate_pillar.png"/>
</tile>
<tile id="24">
<image width="232" height="80" source="../../graphics/objects/gate_top.png"/>
</tile>
<tile id="25">
<image width="60" height="60" source="../../graphics/objects/grassrock1.png"/>
</tile>
<tile id="26">
<image width="56" height="60" source="../../graphics/objects/grassrock2.png"/>
</tile>
<tile id="27">
<image width="60" height="60" source="../../graphics/objects/icerock1.png"/>
</tile>
<tile id="28">
<image width="56" height="60" source="../../graphics/objects/icerock2.png"/>
</tile>
<tile id="29">
<image width="60" height="60" source="../../graphics/objects/sandrock1.png"/>
</tile>
<tile id="30">
<image width="56" height="60" source="../../graphics/objects/sandrock2.png"/>
</tile>
</tileset>
|