diff options
Diffstat (limited to 'maps/001-2-11.tmx')
-rw-r--r-- | maps/001-2-11.tmx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/001-2-11.tmx b/maps/001-2-11.tmx index a457084f..9d0d3bf6 100644 --- a/maps/001-2-11.tmx +++ b/maps/001-2-11.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="72" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="75" height="72" tilewidth="32" tileheight="32" nextobjectid="2"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -73,11 +73,11 @@ </data> </layer> <objectgroup name="Object"> - <object name=" " type="warp" x="1472" y="1472" width="32" height="32"> + <object id="1" name="To Artis" type="warp" x="1472" y="1472" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> - <property name="dest_x" value="0"/> - <property name="dest_y" value="0"/> + <property name="dest_x" value="148"/> + <property name="dest_y" value="55"/> </properties> </object> </objectgroup> |