summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/accessories/monster-bee_shadow.xml
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/monsters/accessories/monster-bee_shadow.xml
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/monsters/accessories/monster-bee_shadow.xml')
-rw-r--r--graphics/sprites/monsters/accessories/monster-bee_shadow.xml11
1 files changed, 11 insertions, 0 deletions
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>