diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:24:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:24:56 -0300 |
commit | e7f0b34255b046284b4c4436cd21269267c0fef2 (patch) | |
tree | f423e5ae3e06e7a3b466c7ba9f92740361206c4b /maps | |
parent | 06fd00cf8bda82d691f37a1195d1b9535139066a (diff) | |
download | clientdata-e7f0b34255b046284b4c4436cd21269267c0fef2.tar.gz clientdata-e7f0b34255b046284b4c4436cd21269267c0fef2.tar.bz2 clientdata-e7f0b34255b046284b4c4436cd21269267c0fef2.tar.xz clientdata-e7f0b34255b046284b4c4436cd21269267c0fef2.zip |
Improve lilit map a bit - reduce the fog and fix a broken property.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/018-5.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/018-5.tmx b/maps/018-5.tmx index 7bb32393..22a4736c 100644 --- a/maps/018-5.tmx +++ b/maps/018-5.tmx @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="24"> <properties> - <property name="background0image" value="graphics/images/panorams/spotlight.png"/> + <property name="background0image" value="graphics/images/ambient/spotlight.png"/> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/018-5.png"/> <property name="music" value="tmw_adventure.ogg"/> <property name="name" value="Lilit Island"/> - <property name="overlay0image" value="graphics/images/ambient/medium_fog.png"/> + <property name="overlay0image" value="graphics/images/ambient/light_fog.png"/> <property name="overlay0parallax" value="1.0"/> <property name="overlay0scrollX" value="0.2"/> <property name="overlay0scrollY" value="0.1"/> |