diff options
Diffstat (limited to 'maps/004-1.tmx')
-rw-r--r-- | maps/004-1.tmx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/maps/004-1.tmx b/maps/004-1.tmx index 48e0f77e..834e2447 100644 --- a/maps/004-1.tmx +++ b/maps/004-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" nextobjectid="81"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" nextobjectid="82"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1572,5 +1572,12 @@ <property name="dest_y" value="48"/> </properties> </object> + <object id="81" name="Maintenance" type="warp" x="1568" y="640" width="32" height="32"> + <properties> + <property name="dest_map" value="003-1-1"/> + <property name="dest_x" value="29"/> + <property name="dest_y" value="61"/> + </properties> + </object> </objectgroup> </map> |