diff options
author | Dennis Friis <peavey@placid.dk> | 2008-04-19 16:36:06 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-04-19 16:36:06 +0000 |
commit | 33f79799d673f127226bc121e16e15e49ff9321a (patch) | |
tree | 391aa6c9a3a3f2549b3e6971a37f13f71b4066f0 /maps | |
parent | 64b4b340e123ce20e745d92500ae5337241dc5d0 (diff) | |
download | clientdata-33f79799d673f127226bc121e16e15e49ff9321a.tar.gz clientdata-33f79799d673f127226bc121e16e15e49ff9321a.tar.bz2 clientdata-33f79799d673f127226bc121e16e15e49ff9321a.tar.xz clientdata-33f79799d673f127226bc121e16e15e49ff9321a.zip |
Add missing minimaps and fix minimaps for changed maps. By QOAL.
Diffstat (limited to 'maps')
-rw-r--r-- | maps/new_10-1.tmx | 1 | ||||
-rw-r--r-- | maps/new_11-1.tmx | 1 | ||||
-rw-r--r-- | maps/new_12-1.tmx | 1 | ||||
-rw-r--r-- | maps/new_21-1.tmx | 3 | ||||
-rw-r--r-- | maps/new_22-1.tmx | 1 | ||||
-rw-r--r-- | maps/new_4-1.tmx | 1 |
6 files changed, 8 insertions, 0 deletions
diff --git a/maps/new_10-1.tmx b/maps/new_10-1.tmx index 1abacc7b..02ea8961 100644 --- a/maps/new_10-1.tmx +++ b/maps/new_10-1.tmx @@ -1,6 +1,7 @@ <?xml version="1.0"?> <map version="0.99b" orientation="orthogonal" width="138" height="128" tilewidth="32" tileheight="32"> <properties> + <property name="minimap" value="graphics/images/minimap_new_10-1.png"/> <property name="music" value="The Mana World - Snow Village.ogg"/> </properties> <tileset name="snow" firstgid="1" tilewidth="32" tileheight="32"> diff --git a/maps/new_11-1.tmx b/maps/new_11-1.tmx index 28f6fe96..b1d88901 100644 --- a/maps/new_11-1.tmx +++ b/maps/new_11-1.tmx @@ -1,6 +1,7 @@ <?xml version="1.0"?> <map version="0.99b" orientation="orthogonal" width="128" height="148" tilewidth="32" tileheight="32"> <properties> + <property name="minimap" value="graphics/images/minimap_new_11-1.png"/> <property name="music" value="The Mana World - Snow Village.ogg"/> </properties> <tileset name="snow" firstgid="1" tilewidth="32" tileheight="32"> diff --git a/maps/new_12-1.tmx b/maps/new_12-1.tmx index c5018aae..ca3e80e8 100644 --- a/maps/new_12-1.tmx +++ b/maps/new_12-1.tmx @@ -1,6 +1,7 @@ <?xml version="1.0"?> <map version="0.99b" orientation="orthogonal" width="80" height="80" tilewidth="32" tileheight="32"> <properties> + <property name="minimap" value="graphics/images/minimap_new_12-1.png"/> <property name="music" value="The Mana World - Snow Village.ogg"/> </properties> <tileset name="Untitled" firstgid="1" tilewidth="32" tileheight="32"> diff --git a/maps/new_21-1.tmx b/maps/new_21-1.tmx index 8e1cdf13..24a02594 100644 --- a/maps/new_21-1.tmx +++ b/maps/new_21-1.tmx @@ -1,5 +1,8 @@ <?xml version="1.0"?> <map version="0.99b" orientation="orthogonal" width="100" height="100" tilewidth="32" tileheight="32"> + <properties> + <property name="minimap" value="graphics/images/minimap_new_21-1.png"/> + </properties> <tileset name="Ice Cave" firstgid="1" tilewidth="32" tileheight="32"> <image source="../graphics/tiles/icecave.png"/> </tileset> diff --git a/maps/new_22-1.tmx b/maps/new_22-1.tmx index dde68fed..92cc1c81 100644 --- a/maps/new_22-1.tmx +++ b/maps/new_22-1.tmx @@ -2,6 +2,7 @@ <map version="0.99b" orientation="orthogonal" width="120" height="116" tilewidth="32" tileheight="32"> <properties> <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="minimap" value="graphics/images/minimap_new_22-1.png"/> <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> </properties> <tileset name="cave" firstgid="1" tilewidth="32" tileheight="32"> diff --git a/maps/new_4-1.tmx b/maps/new_4-1.tmx index 1b3141fa..9315e407 100644 --- a/maps/new_4-1.tmx +++ b/maps/new_4-1.tmx @@ -3,6 +3,7 @@ <properties> <property name="overlay0parallax" value="0.0"/> <property name="overlay0image" value="graphics/images/ambient/spotlight.png"/> + <property name="minimap" value="graphics/images/minimap_new_4-1.png"/> <property name="music" value="finalman_and_yakslem-cavesong.ogg"/> </properties> <tileset name="Cave" firstgid="1" tilewidth="32" tileheight="32"> |