From 602e0180d73c0cebe572f024df82d5d86af67c21 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Wed, 15 Nov 2006 22:51:10 +0000 Subject: Added woodland village outdoor tileset and maps. Modified gates on the nearby maps. --- graphics/tiles/CMakeLists.txt | 4 +++- graphics/tiles/Makefile.am | 6 ++++-- graphics/tiles/Woodland_village.png | Bin 0 -> 162283 bytes graphics/tiles/Woodland_village_x2.png | Bin 0 -> 21530 bytes graphics/tiles/Woodland_x2.png | Bin 12115 -> 12057 bytes maps/CMakeLists.txt | 4 +++- maps/Makefile.am | 6 ++++-- maps/new_14-1.tmx.gz | Bin 15205 -> 15260 bytes maps/new_15-1.tmx.gz | Bin 9776 -> 9801 bytes maps/new_16-1.tmx.gz | Bin 11838 -> 12198 bytes maps/new_17-1.tmx.gz | Bin 9211 -> 9356 bytes maps/new_18-1.tmx.gz | Bin 0 -> 15953 bytes maps/new_19-1.tmx.gz | Bin 0 -> 9032 bytes maps/new_9-1.tmx.gz | Bin 14273 -> 14824 bytes 14 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 graphics/tiles/Woodland_village.png create mode 100644 graphics/tiles/Woodland_village_x2.png create mode 100644 maps/new_18-1.tmx.gz create mode 100644 maps/new_19-1.tmx.gz diff --git a/graphics/tiles/CMakeLists.txt b/graphics/tiles/CMakeLists.txt index 904042bb..c855507a 100644 --- a/graphics/tiles/CMakeLists.txt +++ b/graphics/tiles/CMakeLists.txt @@ -15,8 +15,10 @@ SET(FILES snowset.png trans_woodland-desert.png Woodland_ground.png + Woodland_village.png + Woodland_village_x2.png Woodland_x2.png Woodland_x3.png ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/tiles) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/tiles) \ No newline at end of file diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am index 9bb91db0..477a9870 100644 --- a/graphics/tiles/Makefile.am +++ b/graphics/tiles/Makefile.am @@ -18,9 +18,11 @@ tiles_DATA = \ snowset.png \ trans_woodland-desert.png \ Woodland_ground.png \ + Woodland_village.png \ + Woodland_village_x2.png \ Woodland_x2.png \ Woodland_x3.png - + EXTRA_DIST = \ - $(tiles_DATA) + $(tiles_DATA) \ No newline at end of file diff --git a/graphics/tiles/Woodland_village.png b/graphics/tiles/Woodland_village.png new file mode 100644 index 00000000..6a620ab7 Binary files /dev/null and b/graphics/tiles/Woodland_village.png differ diff --git a/graphics/tiles/Woodland_village_x2.png b/graphics/tiles/Woodland_village_x2.png new file mode 100644 index 00000000..3956c554 Binary files /dev/null and b/graphics/tiles/Woodland_village_x2.png differ diff --git a/graphics/tiles/Woodland_x2.png b/graphics/tiles/Woodland_x2.png index 1dfa1ec0..15c3c058 100644 Binary files a/graphics/tiles/Woodland_x2.png and b/graphics/tiles/Woodland_x2.png differ diff --git a/maps/CMakeLists.txt b/maps/CMakeLists.txt index c5e0033e..99fde32f 100644 --- a/maps/CMakeLists.txt +++ b/maps/CMakeLists.txt @@ -16,6 +16,8 @@ SET(FILES new_15-1.tmx.gz new_16-1.tmx.gz new_17-1.tmx.gz + new_18-1.tmx.gz + new_19-1.tmx.gz ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/maps) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/maps) \ No newline at end of file diff --git a/maps/Makefile.am b/maps/Makefile.am index 114e3d4d..045fdc63 100644 --- a/maps/Makefile.am +++ b/maps/Makefile.am @@ -18,7 +18,9 @@ map_DATA = \ new_14-1.tmx.gz \ new_15-1.tmx.gz \ new_16-1.tmx.gz \ - new_17-1.tmx.gz + new_17-1.tmx.gz \ + new_18-1.tmx.gz \ + EXTRA_DIST = \ - $(map_DATA) + $(map_DATA) \ No newline at end of file diff --git a/maps/new_14-1.tmx.gz b/maps/new_14-1.tmx.gz index ef99af13..7ef909c5 100644 Binary files a/maps/new_14-1.tmx.gz and b/maps/new_14-1.tmx.gz differ diff --git a/maps/new_15-1.tmx.gz b/maps/new_15-1.tmx.gz index 78fac258..99a0f253 100644 Binary files a/maps/new_15-1.tmx.gz and b/maps/new_15-1.tmx.gz differ diff --git a/maps/new_16-1.tmx.gz b/maps/new_16-1.tmx.gz index 292b327d..e667ff69 100644 Binary files a/maps/new_16-1.tmx.gz and b/maps/new_16-1.tmx.gz differ diff --git a/maps/new_17-1.tmx.gz b/maps/new_17-1.tmx.gz index 1df8054f..54cdf35b 100644 Binary files a/maps/new_17-1.tmx.gz and b/maps/new_17-1.tmx.gz differ diff --git a/maps/new_18-1.tmx.gz b/maps/new_18-1.tmx.gz new file mode 100644 index 00000000..5bc67171 Binary files /dev/null and b/maps/new_18-1.tmx.gz differ diff --git a/maps/new_19-1.tmx.gz b/maps/new_19-1.tmx.gz new file mode 100644 index 00000000..2576fe4d Binary files /dev/null and b/maps/new_19-1.tmx.gz differ diff --git a/maps/new_9-1.tmx.gz b/maps/new_9-1.tmx.gz index 4b9a31a6..7807ca24 100644 Binary files a/maps/new_9-1.tmx.gz and b/maps/new_9-1.tmx.gz differ -- cgit v1.2.3-70-g09d2