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/004-3.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/004-3.tmx')
-rw-r--r-- | maps/004-3.tmx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maps/004-3.tmx b/maps/004-3.tmx index ad236553..26be2fa6 100644 --- a/maps/004-3.tmx +++ b/maps/004-3.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.5" tiledversion="1.7.2" orientation="orthogonal" renderorder="right-down" width="121" height="63" tilewidth="32" tileheight="32" infinite="0" nextlayerid="132" nextobjectid="53"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="author" value="TMW.org, Saulc, Xanthem"/> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -426,6 +427,7 @@ <objectgroup color="#000000" id="74" name="Warps"> <object id="47" name="To Ouside" type="warp" x="1696" y="1344" width="32" height="32"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="dest_map" value="004-2"/> <property name="dest_x" value="53"/> <property name="dest_y" value="89"/> @@ -433,6 +435,7 @@ </object> <object id="49" name="To Ouside" type="warp" x="2016" y="1344" width="32" height="32"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="dest_map" value="004-2"/> <property name="dest_x" value="63"/> <property name="dest_y" value="89"/> @@ -442,6 +445,7 @@ <objectgroup color="#204a87" id="131" name="Spawns" visible="0"> <object id="50" name="Maggot" type="spawn" x="1568" y="1184" width="544" height="160"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="death" value="150000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="1030"/> @@ -450,6 +454,7 @@ </object> <object id="52" name="Ratto" type="spawn" x="960" y="736" width="288" height="512"> <properties> + <property name="background0image" value="graphics/images/spit23loginwallpaper_800x600.png"/> <property name="death" value="150000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1005"/> |