diff options
Diffstat (limited to 'maps/001-1.tmx')
-rw-r--r-- | maps/001-1.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/001-1.tmx b/maps/001-1.tmx index fd55ceb4..d7e2a944 100644 --- a/maps/001-1.tmx +++ b/maps/001-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="113"> +<map version="1.10" tiledversion="1.11.1" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="114"> <properties> <property name="minimap" value="graphics/minimaps/001-1.png"/> <property name="music" value="faith.ogg"/> @@ -1457,6 +1457,13 @@ <property name="dest_y" value="64"/> </properties> </object> + <object id="113" name="To Prison" type="warp" x="3648" y="2624" width="32" height="32"> + <properties> + <property name="dest_map" value="001-2"/> + <property name="dest_x" value="57"/> + <property name="dest_y" value="52"/> + </properties> + </object> <object id="58" name="To MIT" type="warp" x="864" y="1024" width="32" height="32"> <properties> <property name="dest_map" value="001-2"/> |