diff options
-rw-r--r-- | maps/011-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/011-1.tmx b/maps/011-1.tmx index 0a30562e..5c710430 100644 --- a/maps/011-1.tmx +++ b/maps/011-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="10"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="11"> <properties> <property name="author" value="Xtreem, Jesusalva"/> <property name="license" value="GPL v2"/> @@ -1049,7 +1049,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ff0000" id="7" name="spawns"> + <objectgroup color="#ff0000" id="7" name="spawns" visible="0"> <object id="2" name="Mana Ghost" type="spawn" x="640" y="672" width="5120" height="5120"> <properties> <property name="death" value="20000"/> @@ -1082,6 +1082,14 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="10" name="Mineral Bif" type="spawn" x="576" y="736" width="5120" height="5120"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="20"/> + <property name="monster_id" value="1058"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> <objectgroup color="#ffff00" id="8" name="particles" visible="0"/> <objectgroup color="#5500ff" id="9" name="margin" visible="0"> |