diff options
Diffstat (limited to 'maps/014-1.tmx')
-rw-r--r-- | maps/014-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/014-1.tmx b/maps/014-1.tmx index 4c5bba78..d2da5447 100644 --- a/maps/014-1.tmx +++ b/maps/014-1.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="200" height="120" tilewidth="32" tileheight="32" nextobjectid="51"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="120" tilewidth="32" tileheight="32" nextobjectid="52"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -924,5 +924,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="51" name="Squirrel" type="spawn" x="992" y="1504" width="3488" height="2272"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="12"/> + <property name="monster_id" value="1032"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |