diff options
Diffstat (limited to 'maps/010-1.tmx')
-rw-r--r-- | maps/010-1.tmx | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/maps/010-1.tmx b/maps/010-1.tmx index de8ef336..bfcaf392 100644 --- a/maps/010-1.tmx +++ b/maps/010-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" width="150" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="19"> +<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="150" height="120" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="24"> <properties> <property name="minimap" value="graphics/minimaps/010-1.png"/> <property name="music" value="the-forest.ogg"/> @@ -758,7 +758,7 @@ 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 </data> </layer> - <objectgroup id="7" name="Objects" visible="0"> + <objectgroup id="7" name="Objects"> <object id="1" name="To Woodland" type="warp" x="1536" y="768" width="64" height="32"> <properties> <property name="dest_map" value="011-1"/> @@ -890,5 +890,21 @@ <property name="spawn" value="30"/> </properties> </object> + <object id="23" name="BigFrog" type="spawn" x="0" y="0"> + <properties> + <property name="death" value="7000"/> + <property name="max_beings" value="8"/> + <property name="monster_id" value="1182"/> + <property name="spawn" value="150000"/> + </properties> + </object> + <object id="19" name="SmallFrog" type="spawn" x="0" y="0"> + <properties> + <property name="death" value="7000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1181"/> + <property name="spawn" value="150000"/> + </properties> + </object> </objectgroup> </map> |