diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-16 22:44:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-16 22:46:02 -0300 |
commit | a683db2264af6de65dd579bcd57a00f66b0ecf84 (patch) | |
tree | 6305690185cffd6dfd76b509746b2352192f8ddf /maps/soren.tmx | |
parent | 6a12dcbe2e0354d5ef3d98e722a922a9e21de6b8 (diff) | |
download | clientdata-a683db2264af6de65dd579bcd57a00f66b0ecf84.tar.gz clientdata-a683db2264af6de65dd579bcd57a00f66b0ecf84.tar.bz2 clientdata-a683db2264af6de65dd579bcd57a00f66b0ecf84.tar.xz clientdata-a683db2264af6de65dd579bcd57a00f66b0ecf84.zip |
Correct typo, "clouds.png" doesn't exist
Diffstat (limited to 'maps/soren.tmx')
-rw-r--r-- | maps/soren.tmx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/soren.tmx b/maps/soren.tmx index 498b54db..d7f1b4a7 100644 --- a/maps/soren.tmx +++ b/maps/soren.tmx @@ -6,7 +6,7 @@ <property name="minimap" value="graphics/minimaps/soren.png"/> <property name="music" value="mythica.mp3"/> <property name="name" value="Soren's Village"/> - <property name="overlay0image" value="graphics/images/ambient/clouds.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"/> |