diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/014-5.tmx | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/maps/014-5.tmx b/maps/014-5.tmx index 34bd36b8..0084225e 100644 --- a/maps/014-5.tmx +++ b/maps/014-5.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="230" height="250" tilewidth="32" tileheight="32" nextobjectid="46"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="230" height="250" tilewidth="32" tileheight="32" nextobjectid="49"> <properties> <property name="minimap" value="graphics/minimaps/014-4.png"/> <property name="music" value="the-forest.ogg"/> @@ -2313,7 +2313,24 @@ <object id="42" name="Margin" type="fixme" x="0" y="320" width="640" height="640"/> </objectgroup> <objectgroup color="#ff007f" name="Spawns" visible="0"/> - <objectgroup color="#ff607f" name="Plants" visible="0"/> + <objectgroup color="#ff607f" name="Plants"> + <object id="46" name="Plushroom Field" type="spawn" x="896" y="832" width="3136" height="2848"> + <properties> + <property name="death" value="80000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1011"/> + <property name="spawn" value="80000"/> + </properties> + </object> + <object id="47" name="Chagashroom Field" type="spawn" x="704" y="2304" width="2880" height="2496"> + <properties> + <property name="death" value="80000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1128"/> + <property name="spawn" value="80000"/> + </properties> + </object> + </objectgroup> <objectgroup color="#7fff00" name="Warps"> <object id="19" name="To Small Cave" type="warp" x="1536" y="5152" width="32" height="32"> <properties> |