From ca0e489fd865f6d1a470be066e10f4f6ed2c81e6 Mon Sep 17 00:00:00 2001 From: Micksha Date: Mon, 17 Feb 2020 16:14:22 +0000 Subject: Caves --- graphics/sprites/monsters/vein-gem.png | Bin 8039 -> 8665 bytes graphics/sprites/monsters/vein-gold.png | Bin 3809 -> 9036 bytes graphics/sprites/monsters/veinbloc-coal.xml | 21 +++++++++++ graphics/sprites/monsters/veinbloc-gem.xml | 55 ++++++++++++++++++++++++++++ graphics/sprites/monsters/veinbloc-gold.xml | 21 +++++++++++ graphics/sprites/monsters/veinbloc.png | Bin 0 -> 7466 bytes 6 files changed, 97 insertions(+) create mode 100644 graphics/sprites/monsters/veinbloc-coal.xml create mode 100644 graphics/sprites/monsters/veinbloc-gem.xml create mode 100644 graphics/sprites/monsters/veinbloc-gold.xml create mode 100644 graphics/sprites/monsters/veinbloc.png (limited to 'graphics/sprites') diff --git a/graphics/sprites/monsters/vein-gem.png b/graphics/sprites/monsters/vein-gem.png index bc14a686..3319ed38 100644 Binary files a/graphics/sprites/monsters/vein-gem.png and b/graphics/sprites/monsters/vein-gem.png differ diff --git a/graphics/sprites/monsters/vein-gold.png b/graphics/sprites/monsters/vein-gold.png index 8230c194..9ed59c27 100644 Binary files a/graphics/sprites/monsters/vein-gold.png and b/graphics/sprites/monsters/vein-gold.png differ diff --git a/graphics/sprites/monsters/veinbloc-coal.xml b/graphics/sprites/monsters/veinbloc-coal.xml new file mode 100644 index 00000000..0de4a896 --- /dev/null +++ b/graphics/sprites/monsters/veinbloc-coal.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/veinbloc-gem.xml b/graphics/sprites/monsters/veinbloc-gem.xml new file mode 100644 index 00000000..1fe1e852 --- /dev/null +++ b/graphics/sprites/monsters/veinbloc-gem.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/veinbloc-gold.xml b/graphics/sprites/monsters/veinbloc-gold.xml new file mode 100644 index 00000000..3477633d --- /dev/null +++ b/graphics/sprites/monsters/veinbloc-gold.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/veinbloc.png b/graphics/sprites/monsters/veinbloc.png new file mode 100644 index 00000000..1fb47f57 Binary files /dev/null and b/graphics/sprites/monsters/veinbloc.png differ -- cgit v1.2.3-70-g09d2