diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-04 14:29:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-04 14:29:15 -0300 |
commit | 172f93cbdc130fe1a83b41e144a62c89daaf76f6 (patch) | |
tree | 420f3faad0b118613bf9e484e5030dd8a569c087 /maps/000-0.tmx | |
parent | fa468669bea485dc6ee58d0cd126d1b13310d99f (diff) | |
download | clientdata-172f93cbdc130fe1a83b41e144a62c89daaf76f6.tar.gz clientdata-172f93cbdc130fe1a83b41e144a62c89daaf76f6.tar.bz2 clientdata-172f93cbdc130fe1a83b41e144a62c89daaf76f6.tar.xz clientdata-172f93cbdc130fe1a83b41e144a62c89daaf76f6.zip |
I hope to add some fog to 000-0
Diffstat (limited to 'maps/000-0.tmx')
-rw-r--r-- | maps/000-0.tmx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maps/000-0.tmx b/maps/000-0.tmx index d9e8e8ae..6520e9a4 100644 --- a/maps/000-0.tmx +++ b/maps/000-0.tmx @@ -6,6 +6,10 @@ <property name="minimap" value="graphics/minimaps/000-0.png"/> <property name="music" value="water_prelude.ogg"/> <property name="name" value="Ocean"/> + <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"/> </properties> <tileset firstgid="1" source="../graphics/tilesets/water-raging.tsx"/> <tileset firstgid="241" name="Base" tilewidth="32" tileheight="32" tilecount="220" columns="22"> |