diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-21 00:21:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-21 00:21:07 -0300 |
commit | 50d2834dc381cb0472a02eb945c2837e2ec95f4a (patch) | |
tree | 9d1872536c531d4ecd5288fed2243c56d1e81c2f /maps/003-9-1.tmx | |
parent | e2b620c41222cea3b08f53c0a933a08e8b6612cf (diff) | |
download | clientdata-50d2834dc381cb0472a02eb945c2837e2ec95f4a.tar.gz clientdata-50d2834dc381cb0472a02eb945c2837e2ec95f4a.tar.bz2 clientdata-50d2834dc381cb0472a02eb945c2837e2ec95f4a.tar.xz clientdata-50d2834dc381cb0472a02eb945c2837e2ec95f4a.zip |
Fix empty map view on ALL MAPS
Diffstat (limited to 'maps/003-9-1.tmx')
-rw-r--r-- | maps/003-9-1.tmx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maps/003-9-1.tmx b/maps/003-9-1.tmx index 9f34c833..9ac0daee 100644 --- a/maps/003-9-1.tmx +++ b/maps/003-9-1.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="65" height="60" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="28"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/003-9-1.png"/> <property name="music" value="peace.ogg"/> @@ -475,6 +476,7 @@ <objectgroup id="9" name="Objects"> <object id="27" name="To Tulimshar" type="warp" x="832" y="1216" width="32" height="32"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="dest_map" value="003-1"/> <property name="dest_x" value="72"/> <property name="dest_y" value="133"/> |