diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-11 23:30:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-11 23:30:16 -0300 |
commit | b4e139a07bd69a185aed2e718aba401929a336d1 (patch) | |
tree | 37443e5ca61f78881ef3c306c82b741a07774ddb /maps | |
parent | 063f88e5db9c74533786a08bec1716ef61e3bffd (diff) | |
download | clientdata-b4e139a07bd69a185aed2e718aba401929a336d1.tar.gz clientdata-b4e139a07bd69a185aed2e718aba401929a336d1.tar.bz2 clientdata-b4e139a07bd69a185aed2e718aba401929a336d1.tar.xz clientdata-b4e139a07bd69a185aed2e718aba401929a336d1.zip |
Missing commit
Diffstat (limited to 'maps')
-rw-r--r-- | maps/009-5.tmx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/maps/009-5.tmx b/maps/009-5.tmx index fcb3e7ef..3a09a50d 100644 --- a/maps/009-5.tmx +++ b/maps/009-5.tmx @@ -1048,20 +1048,20 @@ </properties> </object> </objectgroup> - <objectgroup color="#ff0000" name="spawns" visible="0"> - <object id="2" name="Night Scorpion" type="spawn" x="640" y="672" width="5120" height="5120"> + <objectgroup color="#ff0000" name="spawns"> + <object id="2" name="Mana Ghost" type="spawn" x="640" y="672" width="5120" height="5120"> <properties> - <property name="death" value="60000"/> - <property name="max_beings" value="200"/> - <property name="monster_id" value="1077"/> - <property name="spawn" value="60000"/> + <property name="death" value="20000"/> + <property name="max_beings" value="40"/> + <property name="monster_id" value="1068"/> + <property name="spawn" value="20000"/> </properties> </object> - <object id="3" name="Dark Lizard" type="spawn" x="608" y="704" width="5120" height="5120"> + <object id="3" name="Fire Goblin" type="spawn" x="608" y="704" width="5120" height="5120"> <properties> <property name="death" value="60000"/> <property name="max_beings" value="100"/> - <property name="monster_id" value="1051"/> + <property name="monster_id" value="1067"/> <property name="spawn" value="60000"/> </properties> </object> @@ -1083,7 +1083,7 @@ </object> </objectgroup> <objectgroup color="#ffff00" name="particles"/> - <objectgroup color="#5500ff" name="margin"> + <objectgroup color="#5500ff" name="margin" visible="0"> <object id="6" type="fixme" x="0" y="0" width="6400" height="640"/> <object id="7" type="fixme" x="0" y="5760" width="6400" height="640"/> <object id="8" type="fixme" x="0" y="0" width="640" height="6400"/> |