diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/015-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index b17a3a62..295fdd65 100644 --- a/maps/015-1.tmx +++ b/maps/015-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="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="88"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextobjectid="89"> <properties> <property name="author" value="TMW.org, Saulc"/> <property name="license" value="GPL v2+"/> @@ -1549,7 +1549,7 @@ <property name="spawn" value="45000"/> </properties> </object> - <object id="86" name="Fire Skull" type="spawn" x="3072" y="2240" width="256" height="256"> + <object id="86" name="Fire Skull" type="spawn" x="4992" y="736" width="736" height="896"> <properties> <property name="death" value="60000"/> <property name="max_beings" value="1"/> @@ -1557,5 +1557,13 @@ <property name="spawn" value="45000"/> </properties> </object> + <object id="88" name="Green Slime" type="spawn" x="3072" y="2240" width="256" height="256"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1085"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> </map> |