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/006-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/006-1.tmx')
-rw-r--r-- | maps/006-1.tmx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maps/006-1.tmx b/maps/006-1.tmx index 74f8740f..ee15a9f8 100644 --- a/maps/006-1.tmx +++ b/maps/006-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="100" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="1"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/006-1.png"/> |