diff options
-rw-r--r-- | maps/002-1.tmx | 3 | ||||
-rw-r--r-- | maps/002-3.tmx | 3 | ||||
-rw-r--r-- | maps/002-4.tmx | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/maps/002-1.tmx b/maps/002-1.tmx index 54bf546c..5cf7469d 100644 --- a/maps/002-1.tmx +++ b/maps/002-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="93" height="59" tilewidth="32" tileheight="32" infinite="0" nextobjectid="14"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="93" height="59" tilewidth="32" tileheight="32" infinite="0" nextobjectid="14"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -422,6 +422,7 @@ <property name="dest_map" value="002-3"/> <property name="dest_x" value="42"/> <property name="dest_y" value="26"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="3" name="Piou" type="spawn" x="992" y="736" width="1376" height="640"> diff --git a/maps/002-3.tmx b/maps/002-3.tmx index 02150cd9..153d6465 100644 --- a/maps/002-3.tmx +++ b/maps/002-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="70" height="53" tilewidth="32" tileheight="32" infinite="0" nextobjectid="5"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="70" height="53" tilewidth="32" tileheight="32" infinite="0" nextobjectid="5"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> @@ -393,6 +393,7 @@ <property name="dest_map" value="002-1"/> <property name="dest_x" value="72"/> <property name="dest_y" value="29"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> <object id="4" name="graphics/particles/warp.xml" type="particle_effect" x="960" y="896" width="32" height="32"/> diff --git a/maps/002-4.tmx b/maps/002-4.tmx index baf38310..82fe9112 100644 --- a/maps/002-4.tmx +++ b/maps/002-4.tmx @@ -379,6 +379,7 @@ <property name="dest_map" value="002-3"/> <property name="dest_x" value="43"/> <property name="dest_y" value="28"/> + <property name="npc_id" value="SCRIPT"/> </properties> </object> </objectgroup> |