diff options
Diffstat (limited to 'maps/019-4.tmx')
-rw-r--r-- | maps/019-4.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/019-4.tmx b/maps/019-4.tmx index 3002e2c9..2744efe9 100644 --- a/maps/019-4.tmx +++ b/maps/019-4.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="100" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="11"> +<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="100" height="150" tilewidth="32" tileheight="32" infinite="0" nextlayerid="7" nextobjectid="12"> <properties> <property name="music" value="snow-village.ogg"/> <property name="name" value="Snow Cave"/> @@ -810,6 +810,14 @@ <property name="spawn" value="45000"/> </properties> </object> + <object id="11" name="BlueSuperSlime" type="spawn" x="0" y="0"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1236"/> + <property name="spawn" value="45000"/> + </properties> + </object> <object id="7" name="To Snow Hills" type="warp" x="2368" y="896" width="32" height="32"> <properties> <property name="dest_map" value="047-1"/> |