diff options
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"> |