summaryrefslogtreecommitdiff
path: root/graphics/tiles
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-15 22:51:10 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-15 22:51:10 +0000
commit602e0180d73c0cebe572f024df82d5d86af67c21 (patch)
treed111f81456e8dac4a77434d0ae88d80136a4058e /graphics/tiles
parentce1cae326402056ea821f9f52b65c2d9d4e6dbd9 (diff)
downloadclientdata-602e0180d73c0cebe572f024df82d5d86af67c21.tar.gz
clientdata-602e0180d73c0cebe572f024df82d5d86af67c21.tar.bz2
clientdata-602e0180d73c0cebe572f024df82d5d86af67c21.tar.xz
clientdata-602e0180d73c0cebe572f024df82d5d86af67c21.zip
Added woodland village outdoor tileset and maps. Modified gates on the nearby maps.
Diffstat (limited to 'graphics/tiles')
-rw-r--r--graphics/tiles/CMakeLists.txt4
-rw-r--r--graphics/tiles/Makefile.am6
-rw-r--r--graphics/tiles/Woodland_village.pngbin0 -> 162283 bytes
-rw-r--r--graphics/tiles/Woodland_village_x2.pngbin0 -> 21530 bytes
-rw-r--r--graphics/tiles/Woodland_x2.pngbin12115 -> 12057 bytes
5 files changed, 7 insertions, 3 deletions
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
--- /dev/null
+++ b/graphics/tiles/Woodland_village.png
Binary files differ
diff --git a/graphics/tiles/Woodland_village_x2.png b/graphics/tiles/Woodland_village_x2.png
new file mode 100644
index 00000000..3956c554
--- /dev/null
+++ b/graphics/tiles/Woodland_village_x2.png
Binary files differ
diff --git a/graphics/tiles/Woodland_x2.png b/graphics/tiles/Woodland_x2.png
index 1dfa1ec0..15c3c058 100644
--- a/graphics/tiles/Woodland_x2.png
+++ b/graphics/tiles/Woodland_x2.png
Binary files differ