diff options
-rw-r--r-- | maps/018-1-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/018-1-1.tmx b/maps/018-1-1.tmx index 862c7ec1..eb057bc6 100644 --- a/maps/018-1-1.tmx +++ b/maps/018-1-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="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="13"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="100" height="100" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="14"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -650,5 +650,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="13" name="Vicious Squirrels" type="spawn" x="672" y="672" width="1920" height="1920"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="9"/> + <property name="monster_id" value="1187"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> </map> |