diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/001-2-40.tmx | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/maps/001-2-40.tmx b/maps/001-2-40.tmx index c28820a4..989afef6 100644 --- a/maps/001-2-40.tmx +++ b/maps/001-2-40.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="28"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="71" height="71" tilewidth="32" tileheight="32" nextobjectid="29"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -78,13 +78,18 @@ eJztzKENAAAIwDD+d8DDoLkA0SaziwAAAAAAAAAAAAAA4IvcausnHwAAAAAAAACAawBK5ANt </data> </layer> - <layer name="Collision" width="71" height="71" visible="0"> + <layer name="Collision" width="71" height="71"> <data encoding="base64" compression="zlib"> eJzt0DEOwjAQRNEU3P9oORMVEgVWgOxmbHgrvdJR5u+3bdsBAAAAAAAAYKDz0tu06W1zttfofXqbNte2qfjmr7R53vHtvXqf3lbVpuPS27TRRpt5dF96nzbrdVm1zVWX3jlrl9XbVDVMb6pu806vT7us3kub4zaP/x/trbj01jNtui+9deY+6Z0zN0rvm7VPehcAAAAAAPy7OzICl7U= </data> </layer> - <objectgroup name="Object" visible="0" opacity="0.87"> - <object id="7" name="To Waiting Room" type="warp" x="1400" y="1356" width="32" height="32"> + <objectgroup name="Object" opacity="0.87"> + <object id="7" name="To Right Hall" type="warp" x="1408" y="1376" width="96" height="32"> + <properties> + <property name="dest_map" value="001-2-34"/> + </properties> + </object> + <object id="28" name="To Left Hall" type="warp" x="832" y="1376" width="96" height="32"> <properties> <property name="dest_map" value="001-2-34"/> </properties> |