diff options
Diffstat (limited to 'maps/015-8.tmx')
-rw-r--r-- | maps/015-8.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/015-8.tmx b/maps/015-8.tmx index 7b2c96ea..bff62667 100644 --- a/maps/015-8.tmx +++ b/maps/015-8.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="432" nextobjectid="15"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="432" nextobjectid="16"> <properties> <property name="author" value="Jesusalva"/> <property name="license" value="GPL v2+, CC BY SA 3.0+"/> @@ -1321,5 +1321,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="15" name="Cave Maggot" type="spawn" x="1088" y="448" width="4480" height="5248"> + <properties> + <property name="death" value="20000"/> + <property name="max_beings" value="32"/> + <property name="monster_id" value="1027"/> + <property name="spawn" value="20000"/> + </properties> + </object> </objectgroup> </map> |