diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-15 10:11:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-15 10:11:35 -0300 |
commit | 75cbe00ccb8e736490f88fdbd3992b62b89be669 (patch) | |
tree | 89054d0eff86a6c782dd680bb1ff75870649b259 /maps/guilds.tmx | |
parent | 191882b2be46b65959532f3cfe8dd0e7ea3224ed (diff) | |
download | clientdata-75cbe00ccb8e736490f88fdbd3992b62b89be669.tar.gz clientdata-75cbe00ccb8e736490f88fdbd3992b62b89be669.tar.bz2 clientdata-75cbe00ccb8e736490f88fdbd3992b62b89be669.tar.xz clientdata-75cbe00ccb8e736490f88fdbd3992b62b89be669.zip |
[skip ci] I forgot the warp out %%R
Diffstat (limited to 'maps/guilds.tmx')
-rw-r--r-- | maps/guilds.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/guilds.tmx b/maps/guilds.tmx index d71a86b0..36aae08a 100644 --- a/maps/guilds.tmx +++ b/maps/guilds.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="70" height="70" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="5"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="70" height="70" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="6"> <properties> <property name="license" value="GPL 3.0"/> <property name="manaplus version" value="2"/> @@ -745,5 +745,12 @@ <object id="2" name="Margin" type="Fixme" x="1600" y="0" width="640" height="640"/> <object id="3" name="Margin" type="Fixme" x="0" y="1600" width="640" height="640"/> <object id="4" name="Margin" type="Fixme" x="1600" y="1600" width="640" height="640"/> + <object id="5" name="Leave" type="warp" x="1088" y="1568" width="64" height="32"> + <properties> + <property name="dest_map" value="017-1"/> + <property name="dest_x" value="57"/> + <property name="dest_y" type="int" value="34"/> + </properties> + </object> </objectgroup> </map> |