diff options
author | Wushin <pasekei@gmail.com> | 2015-01-07 21:24:29 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-01-07 21:24:29 -0600 |
commit | 9b1edada0e1670f4c0da33685ed8e64635a877ae (patch) | |
tree | deb4c27457682ff7a17ea27c3be2420bf03b7282 /maps/001-3.tmx | |
parent | 2ef1533c7bae630708a7bad9edb58783333506a1 (diff) | |
parent | eb1fbd92205adc1ba098d839d769e8978deedeb4 (diff) | |
download | clientdata-9b1edada0e1670f4c0da33685ed8e64635a877ae.tar.gz clientdata-9b1edada0e1670f4c0da33685ed8e64635a877ae.tar.bz2 clientdata-9b1edada0e1670f4c0da33685ed8e64635a877ae.tar.xz clientdata-9b1edada0e1670f4c0da33685ed8e64635a877ae.zip |
Merge pull request #201 from wushin/moving-tutorial
Move Tutorial to Hurnscald
Diffstat (limited to 'maps/001-3.tmx')
-rw-r--r-- | maps/001-3.tmx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/001-3.tmx b/maps/001-3.tmx index 19480b45..8e87ccb9 100644 --- a/maps/001-3.tmx +++ b/maps/001-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" orientation="orthogonal" width="150" height="150" tilewidth="32" tileheight="32"> +<map version="1.0" orientation="orthogonal" renderorder="right-down" width="150" height="150" tilewidth="32" tileheight="32" nextobjectid="5"> <properties> <property name="minimap" value="graphics/minimaps/001-3.png"/> <property name="name" value="Tulimshar Arena"/> @@ -624,27 +624,27 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup name="Objects" visible="0"> - <object name="To Tulimshar Indoor" type="warp" x="2336" y="896" width="32" height="32"> + <objectgroup name="Objects"> + <object id="1" name="To Tulimshar Indoor" type="warp" x="2336" y="896" width="32" height="32"> <properties> - <property name="dest_map" value="001-2"/> - <property name="dest_tile_x" value="23"/> - <property name="dest_tile_y" value="24"/> + <property name="dest_map" value="002-2"/> + <property name="dest_tile_x" value="74"/> + <property name="dest_tile_y" value="59"/> </properties> </object> - <object name="Phaet the Royal Guard" type="npc" x="2480" y="1200"> + <object id="2" name="Phaet the Royal Guard" type="npc" x="2480" y="1200"> <properties> <property name="npc_id" value="125"/> <property name="script" value=""/> </properties> </object> - <object name="Aradin the Royal Guard" type="npc" x="2224" y="1200"> + <object id="3" name="Aradin the Royal Guard" type="npc" x="2224" y="1200"> <properties> <property name="npc_id" value="126"/> <property name="script" value=""/> </properties> </object> - <object name="Maggot" type="spawn" x="0" y="0"> + <object id="4" name="Maggot" type="spawn" x="0" y="0"> <properties> <property name="eA_death" value="0"/> <property name="eA_spawn" value="0"/> |