diff options
-rw-r--r-- | maps/003-0-2.tmx | 16 | ||||
-rw-r--r-- | maps/003-0-3.tmx | 12 |
2 files changed, 26 insertions, 2 deletions
diff --git a/maps/003-0-2.tmx b/maps/003-0-2.tmx index a587a7966..0d0285edb 100644 --- a/maps/003-0-2.tmx +++ b/maps/003-0-2.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="70" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="46" nextobjectid="59"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="70" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="46" nextobjectid="61"> <properties> <property name="license" value="GPL 2.0"/> <property name="manaplus version" value="2"/> @@ -772,5 +772,19 @@ <object id="56" name="margin" type="fixme" x="1600" y="0" width="640" height="640"/> <object id="57" name="margin" type="fixme" x="1600" y="1760" width="640" height="640"/> <object id="58" name="margin" type="fixme" x="0" y="1760" width="640" height="640"/> + <object id="59" name="To Courtroom" type="warp" x="768" y="1664" width="96" height="32"> + <properties> + <property name="dest_map" value="003-0-3"/> + <property name="dest_x" value="25"/> + <property name="dest_y" value="51"/> + </properties> + </object> + <object id="60" name="To Courtroom" type="warp" x="1376" y="1664" width="96" height="32"> + <properties> + <property name="dest_map" value="003-0-3"/> + <property name="dest_x" value="44"/> + <property name="dest_y" value="51"/> + </properties> + </object> </objectgroup> </map> diff --git a/maps/003-0-3.tmx b/maps/003-0-3.tmx index 161dbfb14..500a32f46 100644 --- a/maps/003-0-3.tmx +++ b/maps/003-0-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="70" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="46" nextobjectid="60"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="70" height="75" tilewidth="32" tileheight="32" infinite="0" nextlayerid="46" nextobjectid="62"> <properties> <property name="license" value="GPL 2.0+ / CC BY SA 4.0+"/> <property name="manaplus version" value="2"/> @@ -632,5 +632,15 @@ <property name="dest_y" value="51"/> </properties> </object> + <object id="60" name="Courtroom1" type="dyncollision" x="1088" y="1184" width="32" height="32"> + <properties> + <property name="enabled" value="0"/> + </properties> + </object> + <object id="61" name="Courtroom2" type="dyncollision" x="1088" y="736" width="64" height="32"> + <properties> + <property name="enabled" value="0"/> + </properties> + </object> </objectgroup> </map> |