From c1a2c762667bdb3eee92e2eb920b4d67e2aef097 Mon Sep 17 00:00:00 2001 From: Enchilado Date: Tue, 14 Jun 2011 07:53:57 +1000 Subject: Remove stray pixel in Woodland_village_x2.png --- graphics/tiles/Woodland_village_x2.png | Bin 21769 -> 21759 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'graphics') diff --git a/graphics/tiles/Woodland_village_x2.png b/graphics/tiles/Woodland_village_x2.png index e0f067a0..9d853b0b 100644 Binary files a/graphics/tiles/Woodland_village_x2.png and b/graphics/tiles/Woodland_village_x2.png differ -- cgit v1.2.3-70-g09d2 From 8271cb5f0794e35d0092b7a2cd4b7394e95ef765 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Tue, 14 Jun 2011 20:33:49 +0200 Subject: Added updated version of the thermin tilesets. --- graphics/tiles/thermin-cave.png | Bin 0 -> 23884 bytes graphics/tiles/thermin-town.png | Bin 0 -> 91358 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 graphics/tiles/thermin-cave.png create mode 100755 graphics/tiles/thermin-town.png (limited to 'graphics') diff --git a/graphics/tiles/thermin-cave.png b/graphics/tiles/thermin-cave.png new file mode 100755 index 00000000..2fa926c5 Binary files /dev/null and b/graphics/tiles/thermin-cave.png differ diff --git a/graphics/tiles/thermin-town.png b/graphics/tiles/thermin-town.png new file mode 100755 index 00000000..34bc9a08 Binary files /dev/null and b/graphics/tiles/thermin-town.png differ -- cgit v1.2.3-70-g09d2 From 3e565300a297a7f88b3fe05432cd7eba91020b91 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Tue, 14 Jun 2011 21:25:40 +0200 Subject: Added the Ice Skull. --- graphics/sprites/monsters/monster-skull-ice.png | Bin 0 -> 20129 bytes graphics/sprites/monsters/monster-skull-ice.xml | 75 ++++++++++++++++++++++++ monsters.xml | 4 ++ 3 files changed, 79 insertions(+) create mode 100644 graphics/sprites/monsters/monster-skull-ice.png create mode 100644 graphics/sprites/monsters/monster-skull-ice.xml (limited to 'graphics') diff --git a/graphics/sprites/monsters/monster-skull-ice.png b/graphics/sprites/monsters/monster-skull-ice.png new file mode 100644 index 00000000..dcc66922 Binary files /dev/null and b/graphics/sprites/monsters/monster-skull-ice.png differ diff --git a/graphics/sprites/monsters/monster-skull-ice.xml b/graphics/sprites/monsters/monster-skull-ice.xml new file mode 100644 index 00000000..14375a0d --- /dev/null +++ b/graphics/sprites/monsters/monster-skull-ice.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/monsters.xml b/monsters.xml index ed4eec44..79352d6d 100644 --- a/monsters.xml +++ b/monsters.xml @@ -469,4 +469,8 @@ monsters/scorpion/scorpion-miss1.ogg + + monsters/monster-skull-ice.xml + + -- cgit v1.2.3-70-g09d2