summaryrefslogtreecommitdiff
path: root/rules/example_cave.tmx
blob: 35fbb620dbc8e8bff25cc3f0a2c5ad3b930dc27a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd">
<map version="1.0" orientation="orthogonal" width="64" height="32" tilewidth="32" tileheight="32">
 <tileset firstgid="1" name="set_cave" tilewidth="32" tileheight="32">
  <image source="../graphics/tiles/set_cave.png" width="256" height="256"/>
 </tileset>
 <tileset firstgid="65" name="cave" tilewidth="32" tileheight="32">
  <image source="../graphics/tiles/cave.png" width="512" height="256"/>
 </tileset>
 <tileset firstgid="193" name="collision" tilewidth="32" tileheight="32">
  <image source="../graphics/tiles/collision.png" width="64" height="32"/>
 </tileset>
 <tileset firstgid="195" name="cave_x2" tilewidth="32" tileheight="64">
  <image source="../graphics/tiles/cave_x2.png" width="512" height="64"/>
 </tileset>
 <tileset firstgid="211" name="set_rules" tilewidth="32" tileheight="32">
  <image source="../graphics/tiles/set_rules.png" width="64" height="64"/>
 </tileset>
 <layer name="set" width="64" height="32">
  <data encoding="base64" compression="zlib">
   eJztlU0PgjAMhmfmDkY9kOjFG/7/H2lIMDamQj/WrUgPTwgJsD5vu1FSSiUIgsCIu4MaWnNYoXd9vby3kkGesXL3ngPHX+rt2b9G34cd+K+5jYDp/rFD/yfwp/R/S7lw+0/JQOvfOj/M50TIxupc8OBfC7gG1U+aY062/33LzLT+GaFmBtTnOd9deoY7w5g/J4OlurQzSvEbAYMT/4Lcw/XO85XaL6o/112Sgfbcnr57ZOasme+a/ty9/mudizN/KpIzGev9LX32AXfNf/CXni+9M9C4v/0pPfc6A9r9L63fywz08vfCd/1X5ftBEARBe17NMSRk
  </data>
 </layer>
</map>