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-4.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-4.tmx')
-rw-r--r-- | maps/027-4.tmx | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/maps/027-4.tmx b/maps/027-4.tmx index 216f256f..a55f4e16 100644 --- a/maps/027-4.tmx +++ b/maps/027-4.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="16" nextobjectid="3"> +<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="16" nextobjectid="4"> <properties> <property name="author" value="Donald Horn"/> <property name="license" value="CC BY SA 3.0"/> @@ -480,7 +480,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <layer id="3" name="Collision" width="60" height="60" visible="0"> + <layer id="3" name="Collision" width="60" height="60"> <data encoding="csv"> 258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258, 258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258, @@ -609,5 +609,13 @@ </data> </layer> <objectgroup id="9" name="Objects" visible="0"/> - <objectgroup color="#000000" id="6" name="Warps" visible="0"/> + <objectgroup color="#000000" id="6" name="Warps"> + <object id="3" name="To Academy" type="warp" x="896" y="1120" width="64" height="32"> + <properties> + <property name="dest_map" value="027-1"/> + <property name="dest_x" value="107"/> + <property name="dest_y" value="60"/> + </properties> + </object> + </objectgroup> </map> |