diff options
Diffstat (limited to 'maps/015-1.tmx')
-rw-r--r-- | maps/015-1.tmx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index 6a9bfcbc..f89281c1 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -92,5 +92,12 @@ <property name="monster_id" value="35"/> </properties> </object> + <object name="toSwamp" type="warp" x="1824" y="3232" width="128" height="32"> + <properties> + <property name="dest_map" value="025-1"/> + <property name="dest_x" value="2848"/> + <property name="dest_y" value="640"/> + </properties> + </object> </objectgroup> </map> |