summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-05-22 17:42:12 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-05-22 17:42:12 +0000
commitf362183daa88c8db372dce6e7f25dad0d941030b (patch)
treebf749bca78d096f3b92c31243b7c83ee8ba4550b
parent425aacbb881d191c8674e56650d61cc85dafd0d1 (diff)
downloadclientdata-f362183daa88c8db372dce6e7f25dad0d941030b.tar.gz
clientdata-f362183daa88c8db372dce6e7f25dad0d941030b.tar.bz2
clientdata-f362183daa88c8db372dce6e7f25dad0d941030b.tar.xz
clientdata-f362183daa88c8db372dce6e7f25dad0d941030b.zip
A bunch of updates to the world and disabled art and type xml parser checks since they're not used.
-rw-r--r--graphics/tiles/Makefile.am1
-rw-r--r--graphics/tiles/icecave.pngbin0 -> 135190 bytes
-rw-r--r--maps/Makefile.am3
-rw-r--r--maps/new_10-1.tmx.gzbin3326 -> 3401 bytes
-rw-r--r--maps/new_12-1.tmx.gzbin0 -> 1655 bytes
-rw-r--r--maps/new_4-1.tmx.gzbin1383 -> 1487 bytes
-rw-r--r--maps/new_5-1.tmx.gzbin4313 -> 4473 bytes
7 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tiles/Makefile.am b/graphics/tiles/Makefile.am
index e4c9f3e3..6c630033 100644
--- a/graphics/tiles/Makefile.am
+++ b/graphics/tiles/Makefile.am
@@ -9,6 +9,7 @@ tiles_DATA = \
desert2.png \
desert_x2.png \
desert_x3.png \
+ icecave.png \
inn.png \
mountain.png \
Woodland_ground.png \
diff --git a/graphics/tiles/icecave.png b/graphics/tiles/icecave.png
new file mode 100644
index 00000000..bf3d3de6
--- /dev/null
+++ b/graphics/tiles/icecave.png
Binary files differ
diff --git a/maps/Makefile.am b/maps/Makefile.am
index a298dab0..32fea9cb 100644
--- a/maps/Makefile.am
+++ b/maps/Makefile.am
@@ -12,7 +12,8 @@ map_DATA = \
new_8-1.tmx.gz \
new_9-1.tmx.gz \
new_10-1.tmx.gz \
- new_11-1.tmx.gz
+ new_11-1.tmx.gz \
+ new_12-1.tmx.gz
EXTRA_DIST = \
$(map_DATA)
diff --git a/maps/new_10-1.tmx.gz b/maps/new_10-1.tmx.gz
index f574863f..43ec8552 100644
--- a/maps/new_10-1.tmx.gz
+++ b/maps/new_10-1.tmx.gz
Binary files differ
diff --git a/maps/new_12-1.tmx.gz b/maps/new_12-1.tmx.gz
new file mode 100644
index 00000000..d153ac41
--- /dev/null
+++ b/maps/new_12-1.tmx.gz
Binary files differ
diff --git a/maps/new_4-1.tmx.gz b/maps/new_4-1.tmx.gz
index 7ae49203..2d20ba65 100644
--- a/maps/new_4-1.tmx.gz
+++ b/maps/new_4-1.tmx.gz
Binary files differ
diff --git a/maps/new_5-1.tmx.gz b/maps/new_5-1.tmx.gz
index 0c0495cb..aff4b195 100644
--- a/maps/new_5-1.tmx.gz
+++ b/maps/new_5-1.tmx.gz
Binary files differ