diff options
-rw-r--r-- | maps/001-1.tmx | 2 | ||||
-rw-r--r-- | maps/001-2-11.tmx | 8 | ||||
-rw-r--r-- | maps/001-2-7.tmx | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/maps/001-1.tmx b/maps/001-1.tmx index d1c1edce..f2c6b876 100644 --- a/maps/001-1.tmx +++ b/maps/001-1.tmx @@ -253,7 +253,7 @@ <property name="dest_y" value="35"/> </properties> </object> - <object id="19" name="To Noble House #2" type="warp" x="4091" y="960" width="32" height="32"> + <object id="19" name="To Noble House #2" type="warp" x="4096" y="960" width="32" height="32"> <properties> <property name="dest_map" value="001-2-1"/> <property name="dest_x" value="37"/> 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> diff --git a/maps/001-2-7.tmx b/maps/001-2-7.tmx index 58f9bddb..6ccf8e7a 100644 --- a/maps/001-2-7.tmx +++ b/maps/001-2-7.tmx @@ -74,14 +74,14 @@ <property name="dest_y" value="1"/> </properties> </object> - <object id="2" name="To Main Hall" type="warp" x="1472" y="992" width="32" height="32"> + <object id="2" name="To Right Room" type="warp" x="1472" y="992" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> <property name="dest_x" value="1"/> <property name="dest_y" value="1"/> </properties> </object> - <object id="3" name="To Main Hall" type="warp" x="832" y="992" width="32" height="32"> + <object id="3" name="To Left Room" type="warp" x="832" y="992" width="32" height="32"> <properties> <property name="dest_map" value="001-1"/> <property name="dest_x" value="1"/> |