diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:10:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:10:22 -0300 |
commit | 84363937f2f0f6b5a0666b5c716546688d2d4093 (patch) | |
tree | aeeea74242cff5c109558e06e73e4545ee25c4d5 /maps/018-5.tmx | |
parent | ae586a175682ec3483b8251145d954bbf927fba9 (diff) | |
download | clientdata-84363937f2f0f6b5a0666b5c716546688d2d4093.tar.gz clientdata-84363937f2f0f6b5a0666b5c716546688d2d4093.tar.bz2 clientdata-84363937f2f0f6b5a0666b5c716546688d2d4093.tar.xz clientdata-84363937f2f0f6b5a0666b5c716546688d2d4093.zip |
Upgrade cabana_in_fada2 tileset because I need to use it %%e
Add a house in Lilit Kingdom for testing purposes
Diffstat (limited to 'maps/018-5.tmx')
-rw-r--r-- | maps/018-5.tmx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/maps/018-5.tmx b/maps/018-5.tmx index c948fb3b..7bb32393 100644 --- a/maps/018-5.tmx +++ b/maps/018-5.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="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="23"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="24"> <properties> <property name="background0image" value="graphics/images/panorams/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1584,8 +1584,15 @@ <property name="dest_y" value="98"/> </properties> </object> + <object id="23" name="Enter House" type="warp" x="3648" y="1728" width="32" height="32"> + <properties> + <property name="dest_map" value="018-5-2"/> + <property name="dest_x" value="32"/> + <property name="dest_y" value="46"/> + </properties> + </object> </objectgroup> - <objectgroup color="#00ff7f" id="10" name="spawns"> + <objectgroup color="#00ff7f" id="10" name="spawns" visible="0"> <object id="5" name="Water Fairy" type="spawn" x="1376" y="2272" width="1664" height="1088"> <properties> <property name="death" value="40000"/> |