diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 20:46:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 20:46:22 -0300 |
commit | 6270a77c7296d4b6e9c132ead617e5689dd0c4d1 (patch) | |
tree | 583cca877781402025a03748a4b991a31b66a2e5 | |
parent | 2c93053da451b2186832c7aaf5c38a51e66a3aba (diff) | |
download | clientdata-6270a77c7296d4b6e9c132ead617e5689dd0c4d1.tar.gz clientdata-6270a77c7296d4b6e9c132ead617e5689dd0c4d1.tar.bz2 clientdata-6270a77c7296d4b6e9c132ead617e5689dd0c4d1.tar.xz clientdata-6270a77c7296d4b6e9c132ead617e5689dd0c4d1.zip |
Fix some pipelines, wait for other errors
-rw-r--r-- | graphics/minimaps/018-1-1.png | bin | 0 -> 1342 bytes | |||
-rw-r--r-- | graphics/minimaps/018-1.png | bin | 0 -> 1539 bytes | |||
-rw-r--r-- | graphics/minimaps/018-2.png | bin | 0 -> 29133 bytes | |||
-rw-r--r-- | graphics/minimaps/018-3.png | bin | 0 -> 5823 bytes | |||
-rw-r--r-- | graphics/minimaps/018-4-1.png | bin | 0 -> 3099 bytes | |||
-rw-r--r-- | graphics/minimaps/018-4.png | bin | 0 -> 5991 bytes | |||
-rw-r--r--[-rwxr-xr-x] | graphics/sprites/equipment/chest/saviorarmor-female.png | bin | 114996 -> 116035 bytes | |||
-rw-r--r--[-rwxr-xr-x] | graphics/sprites/equipment/chest/saviorarmor-female.xml | 220 | ||||
-rw-r--r--[-rwxr-xr-x] | graphics/sprites/equipment/chest/saviorarmor-male.png | bin | 124885 -> 125407 bytes | |||
-rw-r--r--[-rwxr-xr-x] | graphics/sprites/equipment/chest/saviorarmor-male.xml | 220 | ||||
-rw-r--r-- | maps/017-2-1.tmx | 7 | ||||
-rw-r--r-- | maps/017-2.tmx | 7 | ||||
-rw-r--r-- | maps/018-1-1.tmx | 7 | ||||
-rw-r--r-- | maps/018-1.tmx | 4 | ||||
-rw-r--r-- | maps/018-2-1.tmx | 2 | ||||
-rw-r--r-- | maps/018-2.tmx | 12 | ||||
-rw-r--r-- | maps/018-3-1.tmx | 12 | ||||
-rw-r--r-- | maps/018-3.tmx | 12 | ||||
-rw-r--r-- | maps/018-4-2.tmx | 2 |
19 files changed, 237 insertions, 268 deletions
diff --git a/graphics/minimaps/018-1-1.png b/graphics/minimaps/018-1-1.png Binary files differnew file mode 100644 index 000000000..fa45e17aa --- /dev/null +++ b/graphics/minimaps/018-1-1.png diff --git a/graphics/minimaps/018-1.png b/graphics/minimaps/018-1.png Binary files differnew file mode 100644 index 000000000..a5f5c3391 --- /dev/null +++ b/graphics/minimaps/018-1.png diff --git a/graphics/minimaps/018-2.png b/graphics/minimaps/018-2.png Binary files differnew file mode 100644 index 000000000..2d42734b0 --- /dev/null +++ b/graphics/minimaps/018-2.png diff --git a/graphics/minimaps/018-3.png b/graphics/minimaps/018-3.png Binary files differnew file mode 100644 index 000000000..75342bce6 --- /dev/null +++ b/graphics/minimaps/018-3.png diff --git a/graphics/minimaps/018-4-1.png b/graphics/minimaps/018-4-1.png Binary files differnew file mode 100644 index 000000000..b426ba460 --- /dev/null +++ b/graphics/minimaps/018-4-1.png diff --git a/graphics/minimaps/018-4.png b/graphics/minimaps/018-4.png Binary files differnew file mode 100644 index 000000000..7eefae2f1 --- /dev/null +++ b/graphics/minimaps/018-4.png diff --git a/graphics/sprites/equipment/chest/saviorarmor-female.png b/graphics/sprites/equipment/chest/saviorarmor-female.png Binary files differindex 2b3fe04a1..64e7e9cde 100755..100644 --- a/graphics/sprites/equipment/chest/saviorarmor-female.png +++ b/graphics/sprites/equipment/chest/saviorarmor-female.png diff --git a/graphics/sprites/equipment/chest/saviorarmor-female.xml b/graphics/sprites/equipment/chest/saviorarmor-female.xml index a257ff3e0..864f29356 100755..100644 --- a/graphics/sprites/equipment/chest/saviorarmor-female.xml +++ b/graphics/sprites/equipment/chest/saviorarmor-female.xml @@ -1,110 +1,110 @@ -<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/equipment/chest/saviorarmor-female.png|W" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <frame index="27" offsetX="0" offsetY ="0" delay="75" />
- <frame index="28" offsetX="0" offsetY ="0" delay="75" />
- <frame index="29" offsetX="0" offsetY ="0" delay="75" />
- <frame index="30" offsetX="4" offsetY ="0" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <frame index="63" offsetX="0" offsetY ="0" delay="75" />
- <frame index="64" offsetX="0" offsetY ="0" delay="75" />
- <frame index="65" offsetX="0" offsetY ="0" delay="75" />
- <frame index="66" offsetX="-4" offsetY ="0" delay="75" />
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="31" end="35" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- <end />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + + <imageset name="base" src="graphics/sprites/equipment/chest/saviorarmor-female.png|W" width="64" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" /> + </animation> + <animation direction="left"> + <frame index="18" /> + </animation> + <animation direction="up"> + <frame index="36" /> + </animation> + <animation direction="right"> + <frame index="54" /> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="6" delay="75" /> + </animation> + <animation direction="left"> + <sequence start="19" end="24" delay="75" /> + </animation> + <animation direction="up"> + <sequence start="37" end="42" delay="75" /> + </animation> + <animation direction="right"> + <sequence start="55" end="60" delay="75" /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="7" /> + </animation> + <animation direction="left"> + <frame index="25" /> + </animation> + <animation direction="up"> + <frame index="43" /> + </animation> + <animation direction="right"> + <frame index="61" /> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="8" /> + </animation> + <animation direction="left"> + <frame index="26" /> + </animation> + <animation direction="up"> + <frame index="44" /> + </animation> + <animation direction="right"> + <frame index="62" /> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="9" end="12" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <frame index="27" offsetX="0" offsetY ="0" delay="75" /> + <frame index="28" offsetX="0" offsetY ="0" delay="75" /> + <frame index="29" offsetX="0" offsetY ="0" delay="75" /> + <frame index="30" offsetX="4" offsetY ="0" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="45" end="48" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <frame index="63" offsetX="0" offsetY ="0" delay="75" /> + <frame index="64" offsetX="0" offsetY ="0" delay="75" /> + <frame index="65" offsetX="0" offsetY ="0" delay="75" /> + <frame index="66" offsetX="-4" offsetY ="0" delay="75" /> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <sequence start="13" end="17" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="31" end="35" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="49" end="53" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="67" end="71" delay="75" /> + <end /> + </animation> + </action> + +</sprite> diff --git a/graphics/sprites/equipment/chest/saviorarmor-male.png b/graphics/sprites/equipment/chest/saviorarmor-male.png Binary files differindex b896f7899..73292a112 100755..100644 --- a/graphics/sprites/equipment/chest/saviorarmor-male.png +++ b/graphics/sprites/equipment/chest/saviorarmor-male.png diff --git a/graphics/sprites/equipment/chest/saviorarmor-male.xml b/graphics/sprites/equipment/chest/saviorarmor-male.xml index 11a58b959..6ec471dab 100755..100644 --- a/graphics/sprites/equipment/chest/saviorarmor-male.xml +++ b/graphics/sprites/equipment/chest/saviorarmor-male.xml @@ -1,110 +1,110 @@ -<?xml version="1.0"?>
-<sprite name="player" action="stand">
-
- <imageset name="base" src="graphics/sprites/equipment/chest/saviorarmor-male.png|W" width="64" height="64" />
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" />
- </animation>
- <animation direction="left">
- <frame index="18" />
- </animation>
- <animation direction="up">
- <frame index="36" />
- </animation>
- <animation direction="right">
- <frame index="54" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="6" delay="75" />
- </animation>
- <animation direction="left">
- <sequence start="19" end="24" delay="75" />
- </animation>
- <animation direction="up">
- <sequence start="37" end="42" delay="75" />
- </animation>
- <animation direction="right">
- <sequence start="55" end="60" delay="75" />
- </animation>
- </action>
-
- <action name="sit" imageset="base">
- <animation direction="down">
- <frame index="7" />
- </animation>
- <animation direction="left">
- <frame index="25" />
- </animation>
- <animation direction="up">
- <frame index="43" />
- </animation>
- <animation direction="right">
- <frame index="61" />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="8" />
- </animation>
- <animation direction="left">
- <frame index="26" />
- </animation>
- <animation direction="up">
- <frame index="44" />
- </animation>
- <animation direction="right">
- <frame index="62" />
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="9" end="12" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <frame index="27" offsetX="0" offsetY ="0" delay="75" />
- <frame index="28" offsetX="0" offsetY ="0" delay="75" />
- <frame index="29" offsetX="0" offsetY ="0" delay="75" />
- <frame index="30" offsetX="4" offsetY ="0" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="45" end="48" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <frame index="63" offsetX="0" offsetY ="0" delay="75" />
- <frame index="64" offsetX="0" offsetY ="0" delay="75" />
- <frame index="65" offsetX="0" offsetY ="0" delay="75" />
- <frame index="66" offsetX="-4" offsetY ="0" delay="75" />
- <end />
- </animation>
- </action>
-
- <action name="attack_bow" imageset="base">
- <animation direction="down">
- <sequence start="13" end="17" delay="75" />
- <end />
- </animation>
- <animation direction="left">
- <sequence start="31" end="35" delay="75" />
- <end />
- </animation>
- <animation direction="up">
- <sequence start="49" end="53" delay="75" />
- <end />
- </animation>
- <animation direction="right">
- <sequence start="67" end="71" delay="75" />
- <end />
- </animation>
- </action>
-
-</sprite>
+<?xml version="1.0"?> +<sprite> + + <imageset name="base" src="graphics/sprites/equipment/chest/saviorarmor-male.png|W" width="64" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" /> + </animation> + <animation direction="left"> + <frame index="18" /> + </animation> + <animation direction="up"> + <frame index="36" /> + </animation> + <animation direction="right"> + <frame index="54" /> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="1" end="6" delay="75" /> + </animation> + <animation direction="left"> + <sequence start="19" end="24" delay="75" /> + </animation> + <animation direction="up"> + <sequence start="37" end="42" delay="75" /> + </animation> + <animation direction="right"> + <sequence start="55" end="60" delay="75" /> + </animation> + </action> + + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="7" /> + </animation> + <animation direction="left"> + <frame index="25" /> + </animation> + <animation direction="up"> + <frame index="43" /> + </animation> + <animation direction="right"> + <frame index="61" /> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="8" /> + </animation> + <animation direction="left"> + <frame index="26" /> + </animation> + <animation direction="up"> + <frame index="44" /> + </animation> + <animation direction="right"> + <frame index="62" /> + </animation> + </action> + + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="9" end="12" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <frame index="27" offsetX="0" offsetY ="0" delay="75" /> + <frame index="28" offsetX="0" offsetY ="0" delay="75" /> + <frame index="29" offsetX="0" offsetY ="0" delay="75" /> + <frame index="30" offsetX="4" offsetY ="0" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="45" end="48" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <frame index="63" offsetX="0" offsetY ="0" delay="75" /> + <frame index="64" offsetX="0" offsetY ="0" delay="75" /> + <frame index="65" offsetX="0" offsetY ="0" delay="75" /> + <frame index="66" offsetX="-4" offsetY ="0" delay="75" /> + <end /> + </animation> + </action> + + <action name="attack_bow" imageset="base"> + <animation direction="down"> + <sequence start="13" end="17" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="31" end="35" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="49" end="53" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="67" end="71" delay="75" /> + <end /> + </animation> + </action> + +</sprite> diff --git a/maps/017-2-1.tmx b/maps/017-2-1.tmx index dff7cdada..73e3c8932 100644 --- a/maps/017-2-1.tmx +++ b/maps/017-2-1.tmx @@ -6,12 +6,7 @@ <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> - - <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> - <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.2"/> - <property name="overlay0scrollY" value="0.1"/> + <property name="minimap" value="graphics/minimaps/017-2-1.png"/> <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> <property name="overlay1mask" value="2"/> diff --git a/maps/017-2.tmx b/maps/017-2.tmx index 121119948..21765a37b 100644 --- a/maps/017-2.tmx +++ b/maps/017-2.tmx @@ -5,12 +5,7 @@ <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> - - <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> - <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.2"/> - <property name="overlay0scrollY" value="0.1"/> + <property name="minimap" value="graphics/minimaps/017-2.png"/> <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> <property name="overlay1mask" value="2"/> diff --git a/maps/018-1-1.tmx b/maps/018-1-1.tmx index 08e65c526..6b7dd33b7 100644 --- a/maps/018-1-1.tmx +++ b/maps/018-1-1.tmx @@ -5,12 +5,7 @@ <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> - - <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> - <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.2"/> - <property name="overlay0scrollY" value="0.1"/> + <property name="minimap" value="graphics/minimaps/018-1-1.png"/> <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> <property name="overlay1mask" value="2"/> diff --git a/maps/018-1.tmx b/maps/018-1.tmx index 885007691..66f9ad982 100644 --- a/maps/018-1.tmx +++ b/maps/018-1.tmx @@ -7,10 +7,6 @@ <property name="minimap" value="graphics/minimaps/018-1.png"/> <property name="music" value="dariunas_forest.ogg"/> <property name="name" value="Sincerity"/> - <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> - <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.2"/> - <property name="overlay0scrollY" value="0.1"/> <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> <property name="overlay0parallax" value="1.0"/> diff --git a/maps/018-2-1.tmx b/maps/018-2-1.tmx index 144f826ff..c28530b4a 100644 --- a/maps/018-2-1.tmx +++ b/maps/018-2-1.tmx @@ -5,7 +5,7 @@ <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> + <property name="minimap" value="graphics/minimaps/018-2-1.png"/> <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> <property name="overlay0parallax" value="1.0"/> diff --git a/maps/018-2.tmx b/maps/018-2.tmx index feffd7e9a..213f3c306 100644 --- a/maps/018-2.tmx +++ b/maps/018-2.tmx @@ -4,19 +4,15 @@ <property name="minimap" value="graphics/minimaps/018-2.png"/> <property name="music" value="Richard_Wagner_-_Ride_of_the_Valkyries.ogg"/> <property name="name" value="Heroes' Hold - Outside"/> - <property name="overlay0image" value="graphics/images/ambient/fog.png"/> - <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.307"/> - <property name="overlay0scrollY" value="0.211"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> + <property name="minimap" value="graphics/minimaps/018-2.png"/> - <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> + <property name="overlay0image" value="graphics/images/ambient/fog.png"/> <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.2"/> - <property name="overlay0scrollY" value="0.1"/> + <property name="overlay0scrollX" value="0.307"/> + <property name="overlay0scrollY" value="0.211"/> <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> <property name="overlay1mask" value="2"/> diff --git a/maps/018-3-1.tmx b/maps/018-3-1.tmx index 0f34f21d1..7653ebfbf 100644 --- a/maps/018-3-1.tmx +++ b/maps/018-3-1.tmx @@ -3,18 +3,14 @@ <properties> <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> <property name="name" value="Skull Cave"/> - <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> - <property name="overlay0keepratio" value="true"/> - <property name="overlay0parallax" value="0.0"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> + <property name="minimap" value="graphics/minimaps/018-3-1.png"/> - <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> - <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.2"/> - <property name="overlay0scrollY" value="0.1"/> + <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="overlay0keepratio" value="true"/> + <property name="overlay0parallax" value="0.0"/> <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> <property name="overlay1mask" value="2"/> diff --git a/maps/018-3.tmx b/maps/018-3.tmx index 9833b33d1..41bc145fd 100644 --- a/maps/018-3.tmx +++ b/maps/018-3.tmx @@ -3,18 +3,14 @@ <properties> <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> <property name="name" value="Somber Cave"/> - <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> - <property name="overlay0keepratio" value="true"/> - <property name="overlay0parallax" value="0.0"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> + <property name="minimap" value="graphics/minimaps/018-3.png"/> - <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> - <property name="overlay0parallax" value="1.0"/> - <property name="overlay0scrollX" value="0.2"/> - <property name="overlay0scrollY" value="0.1"/> + <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="overlay0keepratio" value="true"/> + <property name="overlay0parallax" value="0.0"/> <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> <property name="overlay1mask" value="2"/> diff --git a/maps/018-4-2.tmx b/maps/018-4-2.tmx index 0194607bc..49a16800b 100644 --- a/maps/018-4-2.tmx +++ b/maps/018-4-2.tmx @@ -6,7 +6,7 @@ <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="manaplus version" value="2"/> - <property name="minimap" value="graphics/minimaps/000-1.png"/> + <property name="minimap" value="graphics/minimaps/018-4-2.png"/> <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> <property name="overlay0parallax" value="1.0"/> |