diff options
Diffstat (limited to 'games/classic/level02.tmx')
-rw-r--r-- | games/classic/level02.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/classic/level02.tmx b/games/classic/level02.tmx index 25c7050..d86b0cb 100644 --- a/games/classic/level02.tmx +++ b/games/classic/level02.tmx @@ -10,26 +10,26 @@ </data> </layer> <objectgroup name="Object Layer 1"> - <object id="2" gid="4" x="64" y="416" width="32" height="32"> + <object id="1" gid="4" x="64" y="416" width="32" height="32"> <properties> <property name="type" value="player"/> </properties> </object> - <object id="6" gid="5" x="96" y="192" width="32" height="32"> + <object id="2" gid="5" x="96" y="192" width="32" height="32"> <properties> <property name="direction" value="random"/> <property name="speed" type="int" value="120"/> <property name="type" value="ball"/> </properties> </object> - <object id="7" gid="5" x="448" y="416" width="32" height="32"> + <object id="3" gid="5" x="448" y="416" width="32" height="32"> <properties> <property name="direction" value="random"/> <property name="speed" type="int" value="120"/> <property name="type" value="ball"/> </properties> </object> - <object id="8" gid="6" x="544" y="128" width="32" height="32"> + <object id="4" gid="6" x="544" y="128" width="32" height="32"> <properties> <property name="type" value="target"/> </properties> |