summaryrefslogtreecommitdiffstats
path: root/games/classic/level08.tmx
blob: 9b5b38a4196e73fbf6e876d8a77f4432b956605a (plain)
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
93
94
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="32" tileheight="32" backgroundcolor="#7f7f7f" nextobjectid="26">
 <properties>
  <property name="framerate" type="int" value="30"/>
 </properties>
 <tileset firstgid="1" source="tileset.tsx"/>
 <layer name="Tile Layer 1" width="20" height="15">
  <data encoding="base64" compression="zlib">
   eJxjYmBgYKIBphTgMo9ct9DSPEr9OJj8xkyEeaT6i1j/ElJDbfNw+ReXXnz+wxcf+MKVmLgk5A56mocNEGseNTAApLUBjg==
  </data>
 </layer>
 <objectgroup name="Object Layer 1">
  <object id="1" gid="4" x="96" y="448" width="32" height="32">
   <properties>
    <property name="type" value="player"/>
   </properties>
  </object>
  <object id="2" gid="5" x="128" y="352" width="32" height="32">
   <properties>
    <property name="direction" value="lr"/>
    <property name="speed" type="int" value="120"/>
    <property name="type" value="ball"/>
   </properties>
  </object>
  <object id="3" gid="5" x="32" y="256" width="32" height="32">
   <properties>
    <property name="direction" value="lr"/>
    <property name="speed" type="int" value="120"/>
    <property name="type" value="ball"/>
   </properties>
  </object>
  <object id="4" gid="5" x="288" y="352" width="32" height="32">
   <properties>
    <property name="direction" value="lr"/>
    <property name="speed" type="int" value="120"/>
    <property name="type" value="ball"/>
   </properties>
  </object>
  <object id="5" gid="5" x="448" y="256" width="32" height="32">
   <properties>
    <property name="direction" value="random"/>
    <property name="speed" type="int" value="60"/>
    <property name="type" value="ball"/>
   </properties>
  </object>
  <object id="6" gid="5" x="448" y="160" width="32" height="32">
   <properties>
    <property name="direction" value="lr"/>
    <property name="speed" type="int" value="120"/>
    <property name="type" value="ball"/>
   </properties>
  </object>
  <object id="7" gid="5" x="544" y="288" width="32" height="32">
   <properties>
    <property name="direction" value="ud"/>
    <property name="speed" type="int" value="120"/>
    <property name="type" value="ball"/>
   </properties>
  </object>
  <object id="8" gid="5" x="480" y="384" width="32" height="32">
   <properties>
    <property name="direction" value="random"/>
    <property name="speed" type="int" value="60"/>
    <property name="type" value="ball"/>
   </properties>
  </object>
  <object id="9" gid="6" x="480" y="448" width="32" height="32">
   <properties>
    <property name="type" value="target"/>
   </properties>
  </object>
  <object id="19" x="32" y="352">
   <polyline points="0,0 0,-32 128,-32 128,0 0,0"/>
  </object>
  <object id="20" x="32" y="256">
   <polyline points="0,0 0,-32 256,-32 256,0 0,0"/>
  </object>
  <object id="21" x="224" y="352">
   <polyline points="0,0 0,-32 96,-32 96,0 0,0"/>
  </object>
  <object id="22" x="352" y="288">
   <polyline points="0,0 0,-64 128,-64 128,0 0,0"/>
  </object>
  <object id="23" x="32" y="160">
   <polyline points="0,0 0,-32 448,-32 448,0 0,0"/>
  </object>
  <object id="24" x="544" y="288">
   <polyline points="0,0 0,-256 32,-256 32,0 0,0"/>
  </object>
  <object id="25" x="480" y="448">
   <polyline points="0,0 0,-96 128,-96 128,0 0,0"/>
  </object>
 </objectgroup>
</map>