diff options
Diffstat (limited to 'maps/003-1-1.tmx')
-rw-r--r-- | maps/003-1-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/003-1-1.tmx b/maps/003-1-1.tmx index 3b7fff9c..16065003 100644 --- a/maps/003-1-1.tmx +++ b/maps/003-1-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="178" height="168" tilewidth="32" tileheight="32" nextobjectid="46"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="178" height="168" tilewidth="32" tileheight="32" nextobjectid="48"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1439,7 +1439,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#fcff00" name="Spawns" visible="0"> + <objectgroup color="#fcff00" name="Spawns"> <object id="43" name="Cave Maggot" type="spawn" x="1280" y="32" width="4384" height="4832"> <properties> <property name="death" value="300000"/> @@ -1464,5 +1464,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="47" name="Little Blub" type="Spawn" x="832" y="1312" width="992" height="928"> + <properties> + <property name="death" value="200000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1007"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |