summaryrefslogtreecommitdiffstats
path: root/games/classic/level10.tmx
diff options
context:
space:
mode:
Diffstat (limited to 'games/classic/level10.tmx')
-rw-r--r--games/classic/level10.tmx125
1 files changed, 110 insertions, 15 deletions
diff --git a/games/classic/level10.tmx b/games/classic/level10.tmx
index a450bd6..777c673 100644
--- a/games/classic/level10.tmx
+++ b/games/classic/level10.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="20">
+ <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,20 +10,112 @@
</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="144" y="400" width="32" height="32"/>
- <object id="7" gid="5" x="80" y="240" width="32" height="32"/>
- <object id="8" gid="5" x="64" y="96" width="32" height="32"/>
- <object id="9" gid="5" x="192" y="96" width="32" height="32"/>
- <object id="10" gid="5" x="192" y="192" width="32" height="32"/>
- <object id="11" gid="5" x="384" y="224" width="32" height="32"/>
- <object id="12" gid="5" x="256" y="320" width="32" height="32"/>
- <object id="13" gid="5" x="256" y="448" width="32" height="32"/>
- <object id="14" gid="5" x="448" y="320" width="32" height="32"/>
- <object id="15" gid="5" x="512" y="160" width="32" height="32"/>
- <object id="16" gid="5" x="384" y="96" width="32" height="32"/>
- <object id="17" gid="5" x="512" y="96" width="32" height="32"/>
- <object id="18" gid="5" x="544" y="224" width="32" height="32"/>
- <object id="19" gid="6" x="544" y="288" 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="144" y="400" width="32" height="32">
+ <properties>
+ <property name="direction" value="cw"/>
+ <property name="radius" type="int" value="48"/>
+ <property name="speed" type="float" value="3"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="7" gid="5" x="80" y="240" width="32" height="32">
+ <properties>
+ <property name="direction" value="cw"/>
+ <property name="radius" type="int" value="48"/>
+ <property name="speed" type="float" value="3"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="8" gid="5" x="64" y="96" width="32" height="32">
+ <properties>
+ <property name="direction" value="cw"/>
+ <property name="radius" type="int" value="32"/>
+ <property name="speed" type="float" value="3"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="9" gid="5" x="192" y="96" width="32" height="32">
+ <properties>
+ <property name="direction" value="cw"/>
+ <property name="radius" type="int" value="32"/>
+ <property name="speed" type="float" value="3"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="10" gid="5" x="192" y="192" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" value="120"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="11" gid="5" x="384" y="224" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" value="120"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="12" gid="5" x="256" y="320" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" value="120"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="13" gid="5" x="256" y="448" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" value="120"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="14" gid="5" x="448" y="320" width="32" height="32">
+ <properties>
+ <property name="direction" value="cw"/>
+ <property name="radius" type="int" value="32"/>
+ <property name="speed" type="float" value="5.25"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="15" gid="5" x="512" y="160" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" value="120"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="16" gid="5" x="384" y="96" width="32" height="32">
+ <properties>
+ <property name="direction" value="ccw"/>
+ <property name="radius" type="int" value="32"/>
+ <property name="speed" type="float" value="3"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="17" gid="5" x="512" y="96" width="32" height="32">
+ <properties>
+ <property name="direction" value="lr"/>
+ <property name="speed" value="120"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="18" gid="5" x="544" y="224" width="32" height="32">
+ <properties>
+ <property name="direction" value="ud"/>
+ <property name="speed" value="120"/>
+ <property name="type" value="ball"/>
+ </properties>
+ </object>
+ <object id="19" gid="6" x="544" y="288" width="32" height="32">
+ <properties>
+ <property name="type" value="target"/>
+ </properties>
+ </object>
</objectgroup>
</map>