diff options
author | wushin <pasekei@gmail.com> | 2016-12-20 09:32:03 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-12-20 09:40:30 -0600 |
commit | 2a3eccf0550b606203599cc33c8a574860ceab11 (patch) | |
tree | 7f7be7a7c37b96ab9d0820f5dd10e6b63a9c5aad /maps/000-2-0.tmx | |
parent | cbd7105ebada32cbbb5d0f16f995b031ba68ddbb (diff) | |
download | clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.tar.gz clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.tar.bz2 clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.tar.xz clientdata-2a3eccf0550b606203599cc33c8a574860ceab11.zip |
Make script_warps warps
Diffstat (limited to 'maps/000-2-0.tmx')
-rw-r--r-- | maps/000-2-0.tmx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/maps/000-2-0.tmx b/maps/000-2-0.tmx index 7ce8fd2f..931a0b10 100644 --- a/maps/000-2-0.tmx +++ b/maps/000-2-0.tmx @@ -372,11 +372,12 @@ </data> </layer> <objectgroup name="Object"> - <object id="1" name="ToOutside" type="script_warp" x="608" y="896" width="32" height="32"> + <object id="1" name="ToOutside" type="warp" x="608" y="896" width="32" height="32"> <properties> <property name="dest_map" value="000-1"/> <property name="dest_x" value="93"/> <property name="dest_y" value="100"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="2" name="To Nard's Room" type="warp" x="1056" y="896" width="32" height="32"> @@ -384,6 +385,7 @@ <property name="dest_map" value="000-2-3"/> <property name="dest_x" value="20"/> <property name="dest_y" value="27"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="3" name="To Second Deck" type="warp" x="992" y="800" width="32" height="32"> |