diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-03-26 13:07:18 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-03-26 13:07:18 +0000 |
commit | 6ac3309d89226dc8ff86af24a785d5694f8e93ad (patch) | |
tree | b99eaa9f99af62558bcec407e0a3e23a09c8128f /maps/new_17-1.tmx | |
parent | 3c3a3da1fdcb7b72ef14a51037982f4cb89da34e (diff) | |
download | clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.gz clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.bz2 clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.tar.xz clientdata-6ac3309d89226dc8ff86af24a785d5694f8e93ad.zip |
Integrated the map changes from tmw/trunk into the maps in tmwdata.
Diffstat (limited to 'maps/new_17-1.tmx')
-rw-r--r-- | maps/new_17-1.tmx | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/maps/new_17-1.tmx b/maps/new_17-1.tmx index 0e4c36f3..43b85e2b 100644 --- a/maps/new_17-1.tmx +++ b/maps/new_17-1.tmx @@ -37,4 +37,33 @@ </data> <tileproperties/> </layer> + <objectgroup name="Objects" width="0" height="0"> + <object name="Warp1" type="WARP" x="2272" y="288" width="128" height="32"> + <properties> + <property name="DEST_MAP"> + 4 + </property> + <property name="DEST_X"> + 992 + </property> + <property name="DEST_Y"> + 768 + </property> + </properties> + </object> + <object name="Shroom" type="SPAWN" x="1024" y="320" width="1280" height="1280"> + <properties> + <property name="MONSTER_ID"> + 1019 + </property> + </properties> + </object> + <object name="Lamp Snake" type="SPAWN" x="2368" y="3040" width="1280" height="1280"> + <properties> + <property name="MONSTER_ID"> + 1021 + </property> + </properties> + </object> + </objectgroup> </map> |