From c884d22b764b1c7dc090a5bf3be120bb9e65eceb Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 15 May 2012 19:46:39 -0700 Subject: Updated animal spritesheets. --- resources/creatures/large_256/domestic.png | Bin 0 -> 134035 bytes resources/creatures/large_256/domestic.xml | 114 +++++++++++++++++++++++++++++ resources/creatures/large_256/goat.png | Bin 31803 -> 0 bytes resources/creatures/large_256/goat.xml | 37 ---------- resources/creatures/large_256/index.txt | 5 +- resources/creatures/large_256/sheep.png | Bin 23925 -> 0 bytes resources/creatures/large_256/sheep.xml | 26 ------- resources/creatures/large_256/waterbuf.png | Bin 21295 -> 0 bytes resources/creatures/large_256/waterbuf.xml | 25 ------- resources/creatures/large_256/wild.png | Bin 0 -> 15821 bytes resources/creatures/large_256/wild.xml | 22 ++++++ 11 files changed, 138 insertions(+), 91 deletions(-) create mode 100644 resources/creatures/large_256/domestic.png create mode 100644 resources/creatures/large_256/domestic.xml delete mode 100644 resources/creatures/large_256/goat.png delete mode 100644 resources/creatures/large_256/goat.xml delete mode 100644 resources/creatures/large_256/sheep.png delete mode 100644 resources/creatures/large_256/sheep.xml delete mode 100644 resources/creatures/large_256/waterbuf.png delete mode 100644 resources/creatures/large_256/waterbuf.xml create mode 100644 resources/creatures/large_256/wild.png create mode 100644 resources/creatures/large_256/wild.xml diff --git a/resources/creatures/large_256/domestic.png b/resources/creatures/large_256/domestic.png new file mode 100644 index 0000000..85c4c79 Binary files /dev/null and b/resources/creatures/large_256/domestic.png differ diff --git a/resources/creatures/large_256/domestic.xml b/resources/creatures/large_256/domestic.xml new file mode 100644 index 0000000..0e9fc5a --- /dev/null +++ b/resources/creatures/large_256/domestic.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/creatures/large_256/goat.png b/resources/creatures/large_256/goat.png deleted file mode 100644 index 1b5023a..0000000 Binary files a/resources/creatures/large_256/goat.png and /dev/null differ diff --git a/resources/creatures/large_256/goat.xml b/resources/creatures/large_256/goat.xml deleted file mode 100644 index 7ab7659..0000000 --- a/resources/creatures/large_256/goat.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/creatures/large_256/index.txt b/resources/creatures/large_256/index.txt index 02c787d..d57f3e6 100644 --- a/resources/creatures/large_256/index.txt +++ b/resources/creatures/large_256/index.txt @@ -1,8 +1,7 @@ jabber.xml crundle.xml -waterbuf.xml -goat.xml -sheep.xml +wild.xml +domestic.xml dwarf.xml \ No newline at end of file diff --git a/resources/creatures/large_256/sheep.png b/resources/creatures/large_256/sheep.png deleted file mode 100644 index 37effe7..0000000 Binary files a/resources/creatures/large_256/sheep.png and /dev/null differ diff --git a/resources/creatures/large_256/sheep.xml b/resources/creatures/large_256/sheep.xml deleted file mode 100644 index 8eb13f6..0000000 --- a/resources/creatures/large_256/sheep.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/creatures/large_256/waterbuf.png b/resources/creatures/large_256/waterbuf.png deleted file mode 100644 index bcbdff0..0000000 Binary files a/resources/creatures/large_256/waterbuf.png and /dev/null differ diff --git a/resources/creatures/large_256/waterbuf.xml b/resources/creatures/large_256/waterbuf.xml deleted file mode 100644 index ed66d31..0000000 --- a/resources/creatures/large_256/waterbuf.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/resources/creatures/large_256/wild.png b/resources/creatures/large_256/wild.png new file mode 100644 index 0000000..5ff0606 Binary files /dev/null and b/resources/creatures/large_256/wild.png differ diff --git a/resources/creatures/large_256/wild.xml b/resources/creatures/large_256/wild.xml new file mode 100644 index 0000000..f50518d --- /dev/null +++ b/resources/creatures/large_256/wild.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1