diff options
author | Reid <reidyaro@gmail.com> | 2015-12-24 03:59:16 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-24 03:59:16 +0100 |
commit | 590de3a6fa7a03749c16148c121e2362960c8d9d (patch) | |
tree | 360a0563349143cc95c430c7c7eea7a8b3dd6ac3 /maps/001-2-33.tmx | |
parent | 53c7996fff0c68e119b085248e5e498f11fea87a (diff) | |
download | clientdata-590de3a6fa7a03749c16148c121e2362960c8d9d.tar.gz clientdata-590de3a6fa7a03749c16148c121e2362960c8d9d.tar.bz2 clientdata-590de3a6fa7a03749c16148c121e2362960c8d9d.tar.xz clientdata-590de3a6fa7a03749c16148c121e2362960c8d9d.zip |
Add warp particles on #33 for warps to #40.
Diffstat (limited to 'maps/001-2-33.tmx')
-rw-r--r-- | maps/001-2-33.tmx | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/maps/001-2-33.tmx b/maps/001-2-33.tmx index b98ff7b7..f5ed1435 100644 --- a/maps/001-2-33.tmx +++ b/maps/001-2-33.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="71" height="71" tilewidth="32" tileheight="32" nextobjectid="24"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="71" height="71" tilewidth="32" tileheight="32" nextobjectid="27"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -98,7 +98,7 @@ eJzt1lELgjAUgFEffBb2//9sBArDdFNRZ9czOBRhsftVq6HvugEAAAAAAAAAOE0afdcw3k6Ptd7bHa5YrWd6apfofbZ2Kz0/gtT/niFb58uvW3qdfzefaev7P7/uTW1qM6Y+fpu1tadN1POmtvL/OKUeb2xzZLWe6Syls3hPi4jnTe03vPS5yO9HbDPNtdRi3mCt2dLrRHT0O/UG2mhzR5/We31io9Z7ewpN6n1a7wEAAAAAAIDrfQAh8VPB </data> </layer> - <objectgroup name="Object" visible="0" opacity="0.87"> + <objectgroup name="Object" opacity="0.87"> <object id="1" name="To Artis" type="warp" x="1088" y="1472" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> @@ -134,6 +134,20 @@ <property name="dest_y" value="1"/> </properties> </object> + <object id="25" name="To Left PvP Arena" type="warp" x="800" y="1280" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="1"/> + <property name="dest_y" value="1"/> + </properties> + </object> + <object id="26" name="To Right PvP Arena" type="warp" x="1376" y="1280" width="32" height="32"> + <properties> + <property name="dest_map" value="001-1"/> + <property name="dest_x" value="1"/> + <property name="dest_y" value="1"/> + </properties> + </object> </objectgroup> <layer name="Heights" width="71" height="71"> <data encoding="base64" compression="zlib"> |