summaryrefslogtreecommitdiff
path: root/graphics/sprites
diff options
context:
space:
mode:
authorJarrett Thomas-Huxley <fotherjarrett@gmail.com>2010-05-01 03:31:55 -0400
committerJarrett Thomas-Huxley <fotherjarrett@gmail.com>2010-05-01 03:31:55 -0400
commit51be10d9c205590496f4696bd771c809f956fc14 (patch)
treea34e733c2d17a205c7f209c424ab9f50d9ad96e8 /graphics/sprites
parent0de8db9e2c60b6004468471b0a485aafa9dd840a (diff)
downloadclientdata-51be10d9c205590496f4696bd771c809f956fc14.tar.gz
clientdata-51be10d9c205590496f4696bd771c809f956fc14.tar.bz2
clientdata-51be10d9c205590496f4696bd771c809f956fc14.tar.xz
clientdata-51be10d9c205590496f4696bd771c809f956fc14.zip
Changed Bee shadow to accessory layer, removed redundant newlines from monsters.xml, removed invalid closing tag from monster-squirrel.xml
Diffstat (limited to 'graphics/sprites')
-rw-r--r--graphics/sprites/monsters/accessories/generic-shadow-small-circle.pngbin0 -> 364 bytes
-rw-r--r--graphics/sprites/monsters/accessories/monster-bee_shadow.xml11
-rw-r--r--graphics/sprites/monsters/monster-squirrel.xml4
3 files changed, 13 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/accessories/generic-shadow-small-circle.png b/graphics/sprites/monsters/accessories/generic-shadow-small-circle.png
new file mode 100644
index 00000000..d5fcfb86
--- /dev/null
+++ b/graphics/sprites/monsters/accessories/generic-shadow-small-circle.png
Binary files differ
diff --git a/graphics/sprites/monsters/accessories/monster-bee_shadow.xml b/graphics/sprites/monsters/accessories/monster-bee_shadow.xml
new file mode 100644
index 00000000..6aac520a
--- /dev/null
+++ b/graphics/sprites/monsters/accessories/monster-bee_shadow.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/accessories/generic-shadow-small-circle.png" width="16" height="11" />
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0" offsetY="8"/>
+ </animation>
+ </action>
+
+</sprite>
diff --git a/graphics/sprites/monsters/monster-squirrel.xml b/graphics/sprites/monsters/monster-squirrel.xml
index 2cb4db9a..641cef43 100644
--- a/graphics/sprites/monsters/monster-squirrel.xml
+++ b/graphics/sprites/monsters/monster-squirrel.xml
@@ -16,7 +16,7 @@
<sequence start="0" end="3" delay="75" />
<sequence start="0" end="3" delay="75" />
<sequence start="0" end="3" delay="75" />
- <sequence start="0" end="3" delay="75" />/>
+ <sequence start="0" end="3" delay="75" />
<sequence start="4" end="7" delay="75" />
<sequence start="0" end="3" delay="75" />
</animation>
@@ -80,4 +80,4 @@
<frame index="44" delay="250" />
</animation>
</action>
-</sprite> \ No newline at end of file
+</sprite>