diff options
-rw-r--r-- | maps/006-2-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/006-2-1.tmx b/maps/006-2-1.tmx index 79ac9081..b0644302 100644 --- a/maps/006-2-1.tmx +++ b/maps/006-2-1.tmx @@ -825,9 +825,9 @@ <property name="dest_y" value="101"/> </properties> </object> - <object id="3" x="1216" y="2080" width="32" height="32"> + <object id="3" name="To Outside" type="warp" x="1216" y="2080" width="32" height="32"> <properties> - <property name="dest_map" value="piou_1.tmx"/> + <property name="dest_map" value="006-2"/> <property name="dest_x" value="87"/> <property name="dest_y" value="97"/> </properties> |