diff options
Diffstat (limited to 'maps/001-2-23.tmx')
-rw-r--r-- | maps/001-2-23.tmx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/maps/001-2-23.tmx b/maps/001-2-23.tmx index c2b18bef..cc275a1d 100644 --- a/maps/001-2-23.tmx +++ b/maps/001-2-23.tmx @@ -433,16 +433,18 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To Second Deck" type="warp" x="1536" y="928" width="32" height="32"> + <object id="1" name="To Second Deck" type="script_warp" x="1536" y="928" width="32" height="32"> <properties> <property name="dest_map" value="001-2-23"/> - <property name="dest_x" value="1952"/> - <property name="dest_y" value="1088"/> + <property name="dest_x" value="61"/> + <property name="dest_y" value="34"/> </properties> </object> - <object id="2" name="To ..." type="warp" x="736" y="992" width="32" height="32"> + <object id="2" name="To ..." type="script_warp" x="736" y="992" width="32" height="32"> <properties> <property name="dest_map" value="001-2-23"/> + <property name="dest_x" value="1"/> + <property name="dest_y" value="1"/> </properties> </object> </objectgroup> |