diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 12:38:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 12:38:17 -0300 |
commit | 66d80b745d5205a8cbbdf72f2ebb5f981b642595 (patch) | |
tree | 755172376308eebaa13a4204bc93e212a1892da2 | |
parent | 011b63a61ed26d730b621af41a2eca098d8117d2 (diff) | |
download | clientdata-66d80b745d5205a8cbbdf72f2ebb5f981b642595.tar.gz clientdata-66d80b745d5205a8cbbdf72f2ebb5f981b642595.tar.bz2 clientdata-66d80b745d5205a8cbbdf72f2ebb5f981b642595.tar.xz clientdata-66d80b745d5205a8cbbdf72f2ebb5f981b642595.zip |
Fix broken object
-rw-r--r-- | maps/004-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/004-1.tmx b/maps/004-1.tmx index d0cac733a..640575969 100644 --- a/maps/004-1.tmx +++ b/maps/004-1.tmx @@ -1577,7 +1577,7 @@ <property name="dest_y" value="61"/> </properties> </object> - <object id="83" name="Fire Goblin" type="spawn" x="1848" y="2758.12" width="1192" height="1051.76"> + <object id="83" name="Fire Goblin" type="spawn" x="1856" y="2752" width="1184" height="1056"> <properties> <property name="death" value="45000"/> <property name="max_beings" value="7"/> |