diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-20 14:54:47 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-20 14:54:47 +0000 |
commit | 0d2c09435711a5bcb4dfbd7d7900de6c415361ee (patch) | |
tree | d2317119f59f36e965d4ece657ae6631984e8986 | |
parent | a72ec09ed3d7161b372ee43ff18a828964add512 (diff) | |
download | mana-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.tar.gz mana-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.tar.bz2 mana-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.tar.xz mana-0d2c09435711a5bcb4dfbd7d7900de6c415361ee.zip |
added a missing minimap and cloud effects for new woodland maps
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | data/graphics/images/Makefile.am | 9 |
2 files changed, 10 insertions, 2 deletions
@@ -9,6 +9,9 @@ * src/gui/setup.cpp, src/gui/setup_video.cpp, src/gui/setup_video.h: Added a slider for controlling the overlay detail to the video setup dialog based on a patch by VictorSan. + * data/maps/new_14-1.tmx.gz, data/maps/new_16-1.tmx.gz: + added cloud effect and minimap. + * data/images/Makefile.am: Updated makefile. 2006-09-19 Bjørn Lindeijer <bjorn@lindeijer.nl> diff --git a/data/graphics/images/Makefile.am b/data/graphics/images/Makefile.am index e0707698..fb54cb95 100644 --- a/data/graphics/images/Makefile.am +++ b/data/graphics/images/Makefile.am @@ -7,7 +7,12 @@ images_DATA = \ minimap_new_1-1.png \ minimap_new_2-1.png \ minimap_new_3-1.png \ - minimap_new_5-1.png + minimap_new_5-1.png \ + minimap_new_7-1.png \ + minimap_new_9-1.png \ + minimap_new_14-1.png \ + minimap_new_15-1.png \ + minimap_new_16-1.png EXTRA_DIST = \ - $(images_DATA) + $(images_DATA)
\ No newline at end of file |