diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-15 23:50:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-15 23:50:20 -0300 |
commit | 199b6453fd1bc822dbeeba84a1afd09c59046dd6 (patch) | |
tree | a8757c814eb1f50266e6a8883964c9e85be80ad3 /maps/023-3-1.tmx | |
parent | afea3e772f5eec77b7ba6523fed1ebf9f9f4b12d (diff) | |
download | clientdata-199b6453fd1bc822dbeeba84a1afd09c59046dd6.tar.gz clientdata-199b6453fd1bc822dbeeba84a1afd09c59046dd6.tar.bz2 clientdata-199b6453fd1bc822dbeeba84a1afd09c59046dd6.tar.xz clientdata-199b6453fd1bc822dbeeba84a1afd09c59046dd6.zip |
Polishing for Player Quest 5
Diffstat (limited to 'maps/023-3-1.tmx')
-rw-r--r-- | maps/023-3-1.tmx | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/maps/023-3-1.tmx b/maps/023-3-1.tmx index 32d431fe..0dae99e6 100644 --- a/maps/023-3-1.tmx +++ b/maps/023-3-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="54" nextobjectid="9"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="54" nextobjectid="11"> <properties> <property name="AutomappingRadius" value="1"/> <property name="DeleteTiles" value="true"/> @@ -547,5 +547,21 @@ <object id="3" name="Margin" type="fixme" x="0" y="2560" width="640" height="640"/> <object id="5" name="Margin" type="fixme" x="2560" y="2560" width="640" height="640"/> <object id="6" name="Margin" type="fixme" x="2560" y="0" width="640" height="640"/> + <object id="9" name="Leave" type="warp" x="1440" y="2560" width="64" height="32"> + <properties> + <property name="dest_map" value="001-7"/> + <property name="dest_x" value="153"/> + <property name="dest_y" value="31"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> + <object id="10" name="to0104wP" type="warp" x="1440" y="864" width="32" height="32"> + <properties> + <property name="dest_map" value="001-7"/> + <property name="dest_x" value="153"/> + <property name="dest_y" value="31"/> + <property name="npc_id" value="SCRIPT"/> + </properties> + </object> </objectgroup> </map> |