diff options
author | wushin <pasekei@gmail.com> | 2016-10-27 11:23:27 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-11-24 21:31:24 -0600 |
commit | 3f331cd3a155bf9a050f3af05b0db828db7a8e4b (patch) | |
tree | b13c9da88eebb3a643c58d247cb05b80fea16922 /maps/001-2-40.tmx | |
parent | 673b1186239fe73d4d6784995b60f2cb1a0c5714 (diff) | |
download | clientdata-3f331cd3a155bf9a050f3af05b0db828db7a8e4b.tar.gz clientdata-3f331cd3a155bf9a050f3af05b0db828db7a8e4b.tar.bz2 clientdata-3f331cd3a155bf9a050f3af05b0db828db7a8e4b.tar.xz clientdata-3f331cd3a155bf9a050f3af05b0db828db7a8e4b.zip |
Fix warp placement
Fix monster placement
Diffstat (limited to 'maps/001-2-40.tmx')
-rw-r--r-- | maps/001-2-40.tmx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/001-2-40.tmx b/maps/001-2-40.tmx index 1322065e..d89232bb 100644 --- a/maps/001-2-40.tmx +++ b/maps/001-2-40.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" renderorder="right-down" width="71" height="71" tilewidth="32" tileheight="32" nextobjectid="30"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="71" height="71" tilewidth="32" tileheight="32" nextobjectid="32"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -487,17 +487,17 @@ </data> </layer> <objectgroup name="Object" opacity="0.87"> - <object id="7" name="To Right Hall" type="warp" x="1408" y="1376" width="96" height="32"> + <object id="7" name="To Right Hall" type="warp" x="1408" y="1408" width="96" height="32"> <properties> <property name="dest_map" value="001-2-33"/> - <property name="dest_x" value="25"/> + <property name="dest_x" value="43"/> <property name="dest_y" value="39"/> </properties> </object> - <object id="28" name="To Left Hall" type="warp" x="832" y="1376" width="96" height="32"> + <object id="28" name="To Left Hall" type="warp" x="832" y="1408" width="96" height="32"> <properties> - <property name="dest_map" value="001-2-34"/> - <property name="dest_x" value="43"/> + <property name="dest_map" value="001-2-33"/> + <property name="dest_x" value="25"/> <property name="dest_y" value="39"/> </properties> </object> |