diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-28 21:41:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-28 21:41:07 -0300 |
commit | e7a3cb6794d6bb3593ad8c7d2f0d5c46d640653a (patch) | |
tree | 11ce7d7ad67d8f5b6f6b4edc28718e4e29e892ec /maps | |
parent | 28f326838a26cf94a24da59dc474a522b154cf1e (diff) | |
download | clientdata-e7a3cb6794d6bb3593ad8c7d2f0d5c46d640653a.tar.gz clientdata-e7a3cb6794d6bb3593ad8c7d2f0d5c46d640653a.tar.bz2 clientdata-e7a3cb6794d6bb3593ad8c7d2f0d5c46d640653a.tar.xz clientdata-e7a3cb6794d6bb3593ad8c7d2f0d5c46d640653a.zip |
Fix a few bad values
Diffstat (limited to 'maps')
-rw-r--r-- | maps/025-2-1.tmx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/025-2-1.tmx b/maps/025-2-1.tmx index 2e8c7ef0..32527150 100644 --- a/maps/025-2-1.tmx +++ b/maps/025-2-1.tmx @@ -8,7 +8,7 @@ <property name="name" value="Fortress Island Cave"/> <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> <property name="overlay0keepratio" value="true"/> - <property name="overlay1image" value="graphics/images/ambient/darkness2.png"/> + <property name="overlay1image" value="graphics/images/ambient/darkness1.png"/> <property name="overlay1parallax" value="1.0"/> <property name="overlay1scrollX" value="0.2"/> <property name="overlay1scrollY" value="0.1"/> @@ -745,14 +745,14 @@ <objectgroup id="11" name="Objects"> <object id="15" name="To Fortress Island" type="warp" x="736" y="2144" width="32" height="32"> <properties> - <property name="dest_map" value="025-2-1"/> + <property name="dest_map" value="025-2"/> <property name="dest_x" value="148"/> <property name="dest_y" value="86"/> </properties> </object> <object id="16" name="To Fortress Island" type="warp" x="928" y="3360" width="32" height="32"> <properties> - <property name="dest_map" value="025-2-1"/> + <property name="dest_map" value="025-2"/> <property name="dest_x" value="158"/> <property name="dest_y" value="99"/> </properties> |