diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-29 21:33:27 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-29 21:33:27 -0200 |
commit | 4531d2a5b3913d2a415a003c2f15a328daba96cd (patch) | |
tree | 2621193cfd314294af17568f5c4d97de2407e1b2 /maps/023-2.tmx | |
parent | b5ed2a37020fc1989560f1f000777c22f2397ea2 (diff) | |
download | clientdata-4531d2a5b3913d2a415a003c2f15a328daba96cd.tar.gz clientdata-4531d2a5b3913d2a415a003c2f15a328daba96cd.tar.bz2 clientdata-4531d2a5b3913d2a415a003c2f15a328daba96cd.tar.xz clientdata-4531d2a5b3913d2a415a003c2f15a328daba96cd.zip |
Add the forest for the event
Diffstat (limited to 'maps/023-2.tmx')
-rw-r--r-- | maps/023-2.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/023-2.tmx b/maps/023-2.tmx index 4afdb44d..4f19cdd1 100644 --- a/maps/023-2.tmx +++ b/maps/023-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="150" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="19"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="150" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="20"> <properties> <property name="author" value="The Mana World Brazil Team"/> <property name="license" value="GPL v2+"/> @@ -759,6 +759,13 @@ <property name="dest_y" value="150"/> </properties> </object> + <object id="19" name="Outside" type="warp" x="3872" y="1216" width="32" height="32"> + <properties> + <property name="dest_map" value="019-3"/> + <property name="dest_x" value="58"/> + <property name="dest_y" value="85"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff7f00" name="spawns"> <object id="4" name="Moggun" type="spawn" x="2528" y="800" width="1120" height="1760"> |