diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-06 19:08:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-06 19:08:47 -0300 |
commit | b703539a6966626251ad710e9b5b481aa881ce30 (patch) | |
tree | 5b112109e1fc82be2719241368faf822c59eab0d /maps/027-3.tmx | |
parent | 73ca0cb3268e59b2eb3eaa5470a41b35b288771d (diff) | |
download | clientdata-b703539a6966626251ad710e9b5b481aa881ce30.tar.gz clientdata-b703539a6966626251ad710e9b5b481aa881ce30.tar.bz2 clientdata-b703539a6966626251ad710e9b5b481aa881ce30.tar.xz clientdata-b703539a6966626251ad710e9b5b481aa881ce30.zip |
Connect the new Kolchak Maps.
Diffstat (limited to 'maps/027-3.tmx')
-rw-r--r-- | maps/027-3.tmx | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/maps/027-3.tmx b/maps/027-3.tmx index b1feda96..60407a37 100644 --- a/maps/027-3.tmx +++ b/maps/027-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="60" height="60" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="1"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="60" height="60" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="3"> <properties> <property name="author" value="Donald Horn"/> <property name="license" value="CC BY SA 3.0"/> @@ -598,5 +598,20 @@ </data> </layer> <objectgroup id="10" name="Objects" visible="0"/> - <objectgroup id="11" name="Warps" visible="0"/> + <objectgroup id="11" name="Warps" visible="0"> + <object id="1" name="To Academy" type="warp" x="864" y="832" width="32" height="32"> + <properties> + <property name="dest_map" value="027-1"/> + <property name="dest_x" value="46"/> + <property name="dest_y" value="101"/> + </properties> + </object> + <object id="2" name="To Academy" type="warp" x="768" y="1280" width="32" height="32"> + <properties> + <property name="dest_map" value="027-1"/> + <property name="dest_x" value="40"/> + <property name="dest_y" value="116"/> + </properties> + </object> + </objectgroup> </map> |