diff options
-rw-r--r-- | maps/019-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/019-1.tmx b/maps/019-1.tmx index c95373e5..fa7ddba5 100644 --- a/maps/019-1.tmx +++ b/maps/019-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="138" height="128" tilewidth="32" tileheight="32" infinite="0" nextobjectid="15"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="138" height="128" tilewidth="32" tileheight="32" infinite="0" nextobjectid="16"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1268,7 +1268,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ff0000" name="Spawns" visible="0"> + <objectgroup color="#ff0000" name="Spawns"> <object id="11" name="Fluffy" type="spawn" x="576" y="608" width="3392" height="3104"> <properties> <property name="death" value="30000"/> @@ -1293,5 +1293,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="15" name="Santa Slime" type="spawn" x="1120" y="1344" width="1408" height="1184"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1096"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |