diff options
Diffstat (limited to 'maps/001-2-35.tmx')
-rw-r--r-- | maps/001-2-35.tmx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maps/001-2-35.tmx b/maps/001-2-35.tmx index 8847a79c..75d9cd74 100644 --- a/maps/001-2-35.tmx +++ b/maps/001-2-35.tmx @@ -493,9 +493,11 @@ </data> </layer> <objectgroup name="Object" opacity="0.87"> - <object id="1" name="To Right Chamber" type="warp" x="736" y="928" width="32" height="32"> + <object id="1" name="ToWaitingRoom" type="warp" x="736" y="928" width="32" height="32"> <properties> <property name="dest_map" value="001-2-32"/> + <property name="dest_x" value="32"/> + <property name="dest_y" value="29"/> </properties> </object> </objectgroup> |