diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-07 18:23:22 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-07 18:23:22 -0200 |
commit | 10476ec872e98e33a0328943e025f3ea8c47de20 (patch) | |
tree | 0bec4dff42582bb509180147594cbbb0923f980d | |
parent | fb4fad03d49a4f41f2313ff50429f67957cf10e6 (diff) | |
download | clientdata-10476ec872e98e33a0328943e025f3ea8c47de20.tar.gz clientdata-10476ec872e98e33a0328943e025f3ea8c47de20.tar.bz2 clientdata-10476ec872e98e33a0328943e025f3ea8c47de20.tar.xz clientdata-10476ec872e98e33a0328943e025f3ea8c47de20.zip |
Include minimaps for 002-3 and 002-4
-rw-r--r-- | graphics/minimaps/002-3.png | bin | 0 -> 11482 bytes | |||
-rw-r--r-- | graphics/minimaps/002-4.png | bin | 0 -> 12268 bytes | |||
-rw-r--r-- | maps/002-3.tmx | 2 | ||||
-rw-r--r-- | maps/002-4.tmx | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/graphics/minimaps/002-3.png b/graphics/minimaps/002-3.png Binary files differnew file mode 100644 index 000000000..89ca9305f --- /dev/null +++ b/graphics/minimaps/002-3.png diff --git a/graphics/minimaps/002-4.png b/graphics/minimaps/002-4.png Binary files differnew file mode 100644 index 000000000..cbd277440 --- /dev/null +++ b/graphics/minimaps/002-4.png diff --git a/maps/002-3.tmx b/maps/002-3.tmx index 1c1f62d44..7dd2cd273 100644 --- a/maps/002-3.tmx +++ b/maps/002-3.tmx @@ -3,7 +3,7 @@ <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> - <property name="minimap" value="graphics/minimaps/000-2-0.png"/> + <property name="minimap" value="graphics/minimaps/002-3.png"/> <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="First Deck"/> </properties> diff --git a/maps/002-4.tmx b/maps/002-4.tmx index 71e49014f..b3b2cbd4a 100644 --- a/maps/002-4.tmx +++ b/maps/002-4.tmx @@ -3,7 +3,7 @@ <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="1"/> - <property name="minimap" value="graphics/minimaps/000-2-3.png"/> + <property name="minimap" value="graphics/minimaps/002-4.png"/> <property name="music" value="bartk - in the forest of the birches.ogg"/> <property name="name" value="Nard's Room"/> </properties> |