diff options
-rw-r--r-- | maps/001-4.tmx | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/maps/001-4.tmx b/maps/001-4.tmx index dc9f217e..488a07ea 100644 --- a/maps/001-4.tmx +++ b/maps/001-4.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="299" height="299" tilewidth="32" tileheight="32" infinite="0" nextobjectid="87"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="299" height="299" tilewidth="32" tileheight="32" infinite="0" nextobjectid="88"> <properties> <property name="minimap" value="graphics/minimaps/001-4.png"/> <property name="music" value="bartk - in the forest of the birches.ogg"/> @@ -1540,10 +1540,10 @@ </data> </layer> <objectgroup name="Object"> - <object id="19" name="margin" type="fixme" x="0" y="640" width="640" height="8768"/> - <object id="20" name="margin" type="fixme" x="640" y="0" width="8576" height="640"/> - <object id="21" name="margin" type="fixme" x="8928" y="640" width="640" height="8768"/> - <object id="22" name="margin" type="fixme" x="608" y="8928" width="8576" height="640"/> + <object id="19" name="margin" type="fixme" x="0" y="0" width="640" height="9568"/> + <object id="20" name="margin" type="fixme" x="640" y="0" width="8288" height="640"/> + <object id="21" name="margin" type="fixme" x="8928" y="0" width="640" height="9568"/> + <object id="22" name="margin" type="fixme" x="640" y="8928" width="8288" height="640"/> <object id="26" name="Clover Field" type="spawn" x="1568" y="6688" width="1536" height="1504"> <properties> <property name="death" value="120000"/> @@ -1584,5 +1584,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="87" name="Easter Mouboo" type="spawn" x="640" y="672" width="8288" height="8256"> + <properties> + <property name="death" value="120000"/> + <property name="max_beings" value="40"/> + <property name="monster_id" value="1121"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |