diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-27 20:02:18 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-27 20:02:18 -0300 |
commit | cb091b4e06cb2dd1e9d36c89436f53753325e7d3 (patch) | |
tree | 6dc31f3bee7bddfd5fe3137bfa6b13eb11f348b3 /maps | |
parent | db247fb31416bba3f682c8fb77cdc0c55ffbb912 (diff) | |
download | clientdata-cb091b4e06cb2dd1e9d36c89436f53753325e7d3.tar.gz clientdata-cb091b4e06cb2dd1e9d36c89436f53753325e7d3.tar.bz2 clientdata-cb091b4e06cb2dd1e9d36c89436f53753325e7d3.tar.xz clientdata-cb091b4e06cb2dd1e9d36c89436f53753325e7d3.zip |
Include light fog (used in 001-1). It is just the clouds turned white >.<
Maybe you should use swampfog instead
Diffstat (limited to 'maps')
-rw-r--r-- | maps/001-1.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/001-1.tmx b/maps/001-1.tmx index 76b7ebe9..5c67aafd 100644 --- a/maps/001-1.tmx +++ b/maps/001-1.tmx @@ -9,7 +9,7 @@ <property name="minimap" value="graphics/minimaps/001-1.png"/> <property name="music" value="mythica.mp3"/> <property name="name" value="Floating Island of Aeros"/> - <property name="overlay0image" value="graphics/images/ambient/cloud.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"/> |