diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 16:09:19 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 16:09:19 -0200 |
commit | 5d5a8dddae27d8f4197a00c6d1fb10d89eeff9ff (patch) | |
tree | c65f0e39481b6070ebaf01ab8655243d6a0e9da2 | |
parent | 337ce827eb9c22b36348a3a66438ee49878f6cec (diff) | |
download | clientdata-5d5a8dddae27d8f4197a00c6d1fb10d89eeff9ff.tar.gz clientdata-5d5a8dddae27d8f4197a00c6d1fb10d89eeff9ff.tar.bz2 clientdata-5d5a8dddae27d8f4197a00c6d1fb10d89eeff9ff.tar.xz clientdata-5d5a8dddae27d8f4197a00c6d1fb10d89eeff9ff.zip |
I'm annoyed with this, please, ignore the minor bugs, only report when
player is *really* off-map
-rw-r--r-- | maps/012-1.tmx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 946d08a4..ff5c9b49 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="182" height="120" tilewidth="32" tileheight="32" nextobjectid="41"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="182" height="120" tilewidth="32" tileheight="32" nextobjectid="43"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -1447,7 +1447,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <layer name="Collision" width="182" height="120" visible="0"> + <layer name="Collision" width="182" height="120"> <data encoding="csv"> 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,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,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, @@ -1650,6 +1650,8 @@ </properties> </object> <object id="40" name="caketown.ogg" type="music" x="1728" y="1568" width="2368" height="1024"/> + <object id="41" name="margin" type="fixme" x="2208" y="3200" width="640" height="640"/> + <object id="42" name="margin" type="fixme" x="1664" y="0" width="640" height="640"/> </objectgroup> <objectgroup color="#fffa00" name="Spawns" visible="0"> <object id="25" name="Red Butterfly" type="spawn" x="1760" y="1568" width="2304" height="960"> |