diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-24 14:47:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-24 14:47:15 -0300 |
commit | fd3ffe4a7c02b4380c73db1a19e8719ee6b639cf (patch) | |
tree | cb5af03907eb3e094753d31a9193a29eb62f9877 /maps/003-1-3.tmx | |
parent | c0b726816c2af65a5e9cf2b2e112d50ab5002482 (diff) | |
download | clientdata-fd3ffe4a7c02b4380c73db1a19e8719ee6b639cf.tar.gz clientdata-fd3ffe4a7c02b4380c73db1a19e8719ee6b639cf.tar.bz2 clientdata-fd3ffe4a7c02b4380c73db1a19e8719ee6b639cf.tar.xz clientdata-fd3ffe4a7c02b4380c73db1a19e8719ee6b639cf.zip |
Fix cave maggot spawn point. Maybe we need more layers.
Diffstat (limited to 'maps/003-1-3.tmx')
-rw-r--r-- | maps/003-1-3.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/003-1-3.tmx b/maps/003-1-3.tmx index ed073cc4..9ee884c4 100644 --- a/maps/003-1-3.tmx +++ b/maps/003-1-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="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextobjectid="42"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextobjectid="42"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -848,7 +848,7 @@ <property name="npc_id" value="SCRIPT"/> </properties> </object> - <object id="40" name="Cave Maggot" type="Spawn" x="0" y="0" width="32" height="32"> + <object id="40" name="Cave Maggot" type="Spawn" x="0" y="0" width="3520" height="3520"> <properties> <property name="death" value="200000"/> <property name="max_beings" value="5"/> |