diff options
Diffstat (limited to 'maps/020-1.tmx')
-rw-r--r-- | maps/020-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 8549d027..e1de5e2d 100644 --- a/maps/020-1.tmx +++ b/maps/020-1.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="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="28"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="29"> <properties> <property name="author" value="The Mana World Team, Jesusalva"/> <property name="license" value="GPL v2+"/> @@ -1513,10 +1513,18 @@ <object id="24" name="Fluffy" type="spawn" x="384" y="768" width="3264" height="3328"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="5"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1022"/> <property name="spawn" value="100000"/> </properties> </object> + <object id="28" name="Squirrel" type="spawn" x="576" y="864" width="3136" height="3168"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1054"/> + <property name="spawn" value="100000"/> + </properties> + </object> </objectgroup> </map> |