diff options
Diffstat (limited to 'maps/027-2.tmx')
-rw-r--r-- | maps/027-2.tmx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maps/027-2.tmx b/maps/027-2.tmx index 875eb9fd..9a28c17c 100644 --- a/maps/027-2.tmx +++ b/maps/027-2.tmx @@ -114,5 +114,12 @@ <property name="monster_id" value="77"/> </properties> </object> + <object name="ToOutside" type="warp" x="3360" y="1472" width="64" height="32"> + <properties> + <property name="dest_map" value="027-1"/> + <property name="dest_x" value="2192"/> + <property name="dest_y" value="2864"/> + </properties> + </object> </objectgroup> </map> |