diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/006-10.tmx | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/maps/006-10.tmx b/maps/006-10.tmx index 79cfc03..154f212 100644 --- a/maps/006-10.tmx +++ b/maps/006-10.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="110" height="90" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="51"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="110" height="90" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="53"> <properties> <property name="author" value="Jesusalva"/> <property name="background0image" value="graphics/images/ambient/aethyr.jpg"/> @@ -689,5 +689,21 @@ <property name="target" value="1"/> </properties> </object> + <object id="51" name="Vicious Chest" type="spawn" x="2240" y="864" width="256" height="128"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1148"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="52" name="Evil Chest" type="spawn" x="2176" y="800" width="256" height="128"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1149"/> + <property name="spawn" value="10000"/> + </properties> + </object> </objectgroup> </map> |