diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 23:50:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 23:50:06 -0300 |
commit | c2a35624c488fcb5267e356f27f3e2afae8431f3 (patch) | |
tree | 47ed28059187b093f6f68b4b34018f0ef34a1f08 | |
parent | b8e37b3940b6d633fb8de80a51a23398ab420484 (diff) | |
download | clientdata-c2a35624c488fcb5267e356f27f3e2afae8431f3.tar.gz clientdata-c2a35624c488fcb5267e356f27f3e2afae8431f3.tar.bz2 clientdata-c2a35624c488fcb5267e356f27f3e2afae8431f3.tar.xz clientdata-c2a35624c488fcb5267e356f27f3e2afae8431f3.zip |
Bad type
-rw-r--r-- | maps/012-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 0d0f3cf9..162db341 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1036,14 +1036,14 @@ <property name="dest_y" value="97"/> </properties> </object> - <object id="7" name="To Woodland" type="fixme" x="2464" y="3264" width="128" height="32"> + <object id="7" name="To Woodland" type="warp" x="2464" y="3264" width="128" height="32"> <properties> <property name="dest_map" value="014-2"/> <property name="dest_x" value="178"/> <property name="dest_y" value="22"/> </properties> </object> - <object id="8" name="To Woodland" type="fixme" x="4192" y="3232" width="96" height="32"> + <object id="8" name="To Woodland" type="warp" x="4192" y="3232" width="96" height="32"> <properties> <property name="dest_map" value="014-2"/> <property name="dest_x" value="232"/> |