summaryrefslogtreecommitdiffstats
path: root/games/classic/level06.tmx
diff options
context:
space:
mode:
Diffstat (limited to 'games/classic/level06.tmx')
-rw-r--r--games/classic/level06.tmx47
1 files changed, 41 insertions, 6 deletions
diff --git a/games/classic/level06.tmx b/games/classic/level06.tmx
index 487d5b2..8cebf7d 100644
--- a/games/classic/level06.tmx
+++ b/games/classic/level06.tmx
@@ -1,5 +1,8 @@
<?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="11">
+ <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">
@@ -7,11 +10,43 @@
</data>
</layer>
<objectgroup name="Object Layer 1">
- <object id="2" gid="4" x="32" y="448" width="32" height="32"/>
- <object id="6" gid="5" x="160" y="192" width="32" height="32"/>
- <object id="7" gid="5" x="256" y="320" width="32" height="32"/>
- <object id="8" gid="5" x="352" y="288" width="32" height="32"/>
- <object id="9" gid="5" x="448" y="192" width="32" height="32"/>
- <object id="10" gid="6" x="576" y="448" width="32" height="32"/>
+ <object id="2" gid="4" x="32" y="448" width="32" height="32">
+ <properties>
+ <property name="type" value="player"/>
+ </properties>
+ </object>
+ <object id="6" gid="5" x="160" y="192" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" type="int" value="60"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="7" gid="5" x="256" y="320" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" type="int" value="60"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="8" gid="5" x="352" y="288" 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="9" gid="5" x="448" y="192" 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="10" gid="6" x="576" y="448" width="32" height="32">
+ <properties>
+ <property name="type" value="target"/>
+ </properties>
+ </object>
</objectgroup>
</map>