diff options
-rw-r--r-- | maps/012-1.tmx | 7 | ||||
-rw-r--r-- | maps/objecttypes.xml | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index 4f6958c4b..946d08a45 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.tmx @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="182" height="120" tilewidth="32" tileheight="32" nextobjectid="40"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="182" height="120" tilewidth="32" tileheight="32" nextobjectid="41"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> <property name="minimap" value="graphics/minimaps/012-1.png"/> - <property name="music" value="caketown.ogg"/> + <property name="music" value="woodland_fantasy.ogg"/> <property name="name" value="Hurnscald"/> <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> <property name="overlay0parallax" value="1.0"/> @@ -1571,7 +1571,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,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 name="Objects" visible="0"> + <objectgroup name="Objects"> <object id="5" name="To Central Woodlands" type="warp" x="704" y="1920" width="32" height="128"> <properties> <property name="dest_map" value="014-3"/> @@ -1649,6 +1649,7 @@ <property name="dest_y" value="64"/> </properties> </object> + <object id="40" name="caketown.ogg" type="music" x="1728" y="1568" width="2368" height="1024"/> </objectgroup> <objectgroup color="#fffa00" name="Spawns" visible="0"> <object id="25" name="Red Butterfly" type="spawn" x="1760" y="1568" width="2304" height="960"> diff --git a/maps/objecttypes.xml b/maps/objecttypes.xml index 729158639..812486d23 100644 --- a/maps/objecttypes.xml +++ b/maps/objecttypes.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <objecttypes> + <objecttype name="music" color="#5555ff"/> <objecttype name="warp" color="#00ff00"> <property name="dest_map" type="string"/> <property name="dest_x" type="string"/> @@ -8,6 +9,12 @@ <property name="trigger_x" type="string"/> <property name="trigger_y" type="string"/> </objecttype> + <objecttype name="slide" color="#00ff00"> + <property name="dest_x" type="string"/> + <property name="dest_y" type="string"/> + <property name="trigger_x" type="string"/> + <property name="trigger_y" type="string"/> + </objecttype> <objecttype name="spawn" color="#ff0000"> <property name="death" type="string"/> <property name="max_beings" type="string"/> |