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_9-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_9-1.tmx')
-rw-r--r-- | maps/new_9-1.tmx | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/maps/new_9-1.tmx b/maps/new_9-1.tmx index f2afc6f3..f460f4fe 100644 --- a/maps/new_9-1.tmx +++ b/maps/new_9-1.tmx @@ -56,5 +56,44 @@ <object name="graphics/particles/waterfall.particle.xml" type="PARTICLE_EFFECT" x="2112" y="930" width="32" height="32"> <properties/> </object> + <object name="ToCave" type="WARP" x="1856" y="2944" width="32" 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="ToSouth" type="WARP" x="1504" y="3302" width="96" height="64"> + <properties> + <property name="DEST_MAP"> + 14 + </property> + <property name="DEST_X"> + 1600 + </property> + <property name="DEST_Y"> + 800 + </property> + </properties> + </object> + <object name="ToWoodland" type="WARP" x="3968" y="1920" width="64" height="128"> + <properties> + <property name="DEST_MAP"> + 18 + </property> + <property name="DEST_X"> + 832 + </property> + <property name="DEST_Y"> + 1968 + </property> + </properties> + </object> </objectgroup> </map> |