diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-07 21:15:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-07 21:15:52 -0300 |
commit | 22c024bd6a88fdaa3802dda05cf77b34ab8c13c7 (patch) | |
tree | 5a6fd6e6f95e9b037bed63bb063891c39270bd25 /maps/032-3.tmx | |
parent | 2987ea07a4562a6f96214c22781e962a7bc8eedc (diff) | |
download | clientdata-22c024bd6a88fdaa3802dda05cf77b34ab8c13c7.tar.gz clientdata-22c024bd6a88fdaa3802dda05cf77b34ab8c13c7.tar.bz2 clientdata-22c024bd6a88fdaa3802dda05cf77b34ab8c13c7.tar.xz clientdata-22c024bd6a88fdaa3802dda05cf77b34ab8c13c7.zip |
Fix some minor stuff (CI or bugs)
Diffstat (limited to 'maps/032-3.tmx')
-rw-r--r-- | maps/032-3.tmx | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/maps/032-3.tmx b/maps/032-3.tmx index c28c1332..ea58d6e6 100644 --- a/maps/032-3.tmx +++ b/maps/032-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="243" height="173" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="8"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="243" height="173" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="10"> <properties> <property name="minimap" value="graphics/minimaps/032-3.png"/> <property name="music" value="tmw_adventure.ogg"/> @@ -1099,5 +1099,21 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <objectgroup id="6" name="Objects" visible="0"/> + <objectgroup id="6" name="Objects"> + <object id="8" name="Warp" type="warp" x="3872" y="3264" width="32" height="32"> + <properties> + <property name="dest_map" value="032-2"/> + <property name="dest_x" value="133"/> + <property name="dest_y" value="29"/> + </properties> + </object> + <object id="9" name="Warp" type="warp" x="3872" y="2240" width="32" height="32"> + <properties> + <property name="dest_map" value="032-4"/> + <property name="dest_x" value="40"/> + <property name="dest_y" value="74"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> + </objectgroup> </map> |