diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-16 03:31:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-16 03:31:37 -0300 |
commit | 66eaa4cdd5d9968580e9a152c845a688dffcc6b9 (patch) | |
tree | 3c36bd7c8a11459afb5dd848fc0ca2e45d155d94 /maps/006-2-3.tmx | |
parent | 0dbae0b3c85459d9ffe14e33c2deb5ef165316cc (diff) | |
download | clientdata-66eaa4cdd5d9968580e9a152c845a688dffcc6b9.tar.gz clientdata-66eaa4cdd5d9968580e9a152c845a688dffcc6b9.tar.bz2 clientdata-66eaa4cdd5d9968580e9a152c845a688dffcc6b9.tar.xz clientdata-66eaa4cdd5d9968580e9a152c845a688dffcc6b9.zip |
Fix some bugs
Diffstat (limited to 'maps/006-2-3.tmx')
-rw-r--r-- | maps/006-2-3.tmx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/maps/006-2-3.tmx b/maps/006-2-3.tmx index 1f695a7c..e6b37a96 100644 --- a/maps/006-2-3.tmx +++ b/maps/006-2-3.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="80" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="9"> +<map version="1.2" tiledversion="1.3.2" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="80" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="10"> <properties> <property name="author" value="seeds"/> <property name="license" value="CC BY-SA 3.0"/> @@ -621,20 +621,12 @@ <property name="dest_y" value="114"/> </properties> </object> - <object id="8" name="Tipiou" type="spawn" x="1120" y="1120" width="384" height="352"> - <properties> - <property name="death" value="30000"/> - <property name="max_beings" value="3"/> - <property name="monster_id" value="1016"/> - <property name="spawn" value="30000"/> - </properties> - </object> </objectgroup> - <objectgroup id="12" name="spawns" visible="0"> + <objectgroup id="12" name="spawns"> <object id="3" name="Piou" type="spawn" x="832" y="928" width="992" height="864"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="15"/> + <property name="max_beings" value="6"/> <property name="monster_id" value="1002"/> <property name="spawn" value="30000"/> </properties> @@ -642,7 +634,7 @@ <object id="4" name="Silk Worm" type="spawn" x="1024" y="1056" width="544" height="512"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="20"/> + <property name="max_beings" value="6"/> <property name="monster_id" value="1034"/> <property name="spawn" value="30000"/> </properties> @@ -650,7 +642,7 @@ <object id="6" name="Red Butterfly" type="spawn" x="1280" y="1024" width="416" height="672"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="8"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="1025"/> <property name="spawn" value="30000"/> </properties> @@ -658,11 +650,19 @@ <object id="7" name="Cyan Butterfly" type="spawn" x="960" y="1024" width="416" height="672"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="8"/> + <property name="max_beings" value="2"/> <property name="monster_id" value="1172"/> <property name="spawn" value="30000"/> </properties> </object> + <object id="9" name="Tipiou" type="spawn" x="1120" y="1152" width="384" height="352"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1016"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> <objectgroup id="14" name="particles"/> </map> |