summaryrefslogtreecommitdiff
path: root/graphics/tiles
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-12-12 14:37:44 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-12-12 14:37:44 +0000
commit2b969f35b164ffad9d3b8032fd77e6ec060d9a47 (patch)
tree8a82365eb60f47479f5f76a98147b203ae3768dc /graphics/tiles
parent5e2739976652f588bafad3fff8f2cadb1eb883fb (diff)
downloadclientdata-2b969f35b164ffad9d3b8032fd77e6ec060d9a47.tar.gz
clientdata-2b969f35b164ffad9d3b8032fd77e6ec060d9a47.tar.bz2
clientdata-2b969f35b164ffad9d3b8032fd77e6ec060d9a47.tar.xz
clientdata-2b969f35b164ffad9d3b8032fd77e6ec060d9a47.zip
Cleaned Dev-Cpp project file, added new items definitions and new maps and tilesets.
Diffstat (limited to 'graphics/tiles')
-rw-r--r--graphics/tiles/Makefile.am4
-rw-r--r--graphics/tiles/Woodland.pngbin0 -> 294433 bytes
-rw-r--r--graphics/tiles/snowset.pngbin0 -> 44371 bytes
3 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am
index 7483126c..ac11aa9b 100644
--- a/graphics/tiles/Makefile.am
+++ b/graphics/tiles/Makefile.am
@@ -10,7 +10,9 @@ tiles_DATA = \
desert_x2.png \
desert_x3.png \
inn.png \
- mountain.png
+ mountain.png \
+ Woodland.png \
+ snowset.png
EXTRA_DIST = \
$(tiles_DATA)
diff --git a/graphics/tiles/Woodland.png b/graphics/tiles/Woodland.png
new file mode 100644
index 00000000..afc78693
--- /dev/null
+++ b/graphics/tiles/Woodland.png
Binary files differ
diff --git a/graphics/tiles/snowset.png b/graphics/tiles/snowset.png
new file mode 100644
index 00000000..e076e3c8
--- /dev/null
+++ b/graphics/tiles/snowset.png
Binary files differ