summaryrefslogtreecommitdiff
path: root/maps
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-05 22:50:15 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-05 22:50:15 -0200
commit8f9dbe5b48806e05b836980a1f8375e37c84f207 (patch)
treef1879b03995af927cc4b5663fd8c88f33fcd1006 /maps
parentbdc66865834fa9b3c6dad76d3eba6ff65ca34f54 (diff)
downloadclientdata-8f9dbe5b48806e05b836980a1f8375e37c84f207.tar.gz
clientdata-8f9dbe5b48806e05b836980a1f8375e37c84f207.tar.bz2
clientdata-8f9dbe5b48806e05b836980a1f8375e37c84f207.tar.xz
clientdata-8f9dbe5b48806e05b836980a1f8375e37c84f207.zip
[skip ci] this is a highly experimental and TOTALLY COOL manaplus feature
only available at Hurnscald City, atm
Diffstat (limited to 'maps')
-rw-r--r--maps/012-1.tmx7
-rw-r--r--maps/objecttypes.xml7
2 files changed, 11 insertions, 3 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx
index 4f6958c4..946d08a4 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 72915863..812486d2 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"/>