diff options
Diffstat (limited to 'maps/000-2-2.tmx')
-rw-r--r-- | maps/000-2-2.tmx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/maps/000-2-2.tmx b/maps/000-2-2.tmx index 63c207a5..c5d19626 100644 --- a/maps/000-2-2.tmx +++ b/maps/000-2-2.tmx @@ -430,16 +430,18 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="To Second Deck" type="warp" x="1536" y="928" width="32" height="28"> + <object id="1" name="To Second Deck" type="script_warp" x="1536" y="928" width="32" height="28"> <properties> <property name="dest_map" value="000-2-1"/> - <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="740" y="992" width="28" height="32"> + <object id="2" name="To ..." type="script_warp" x="740" y="992" width="28" height="32"> <properties> <property name="dest_map" value="000-2-2"/> + <property name="dest_x" value="1"/> + <property name="dest_y" value="1"/> </properties> </object> </objectgroup> |