summaryrefslogtreecommitdiff
path: root/graphics
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
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')
-rw-r--r--graphics/particles/monster-bee-shadow.particle.xml19
-rw-r--r--graphics/sprites/monsters/accessories/generic-shadow-small-circle.png (renamed from graphics/particles/shadow-small-circle.png)bin364 -> 364 bytes
-rw-r--r--graphics/sprites/monsters/accessories/monster-bee_shadow.xml11
-rw-r--r--graphics/sprites/monsters/monster-squirrel.xml4
4 files changed, 13 insertions, 21 deletions
diff --git a/graphics/particles/monster-bee-shadow.particle.xml b/graphics/particles/monster-bee-shadow.particle.xml
deleted file mode 100644
index 912f099e..00000000
--- a/graphics/particles/monster-bee-shadow.particle.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<!--
-A sphere large enough for a player character. Useful to visualize a barrier.
-481 particles.
--->
-<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "8"
- >
- <emitter>
- <property name="image" value="graphics/particles/shadow-small-circle.png" />
- <property name="follow-parent" />
- <property name="lifetime" value="1"/>
-
- </emitter>
- </particle>
-</effect>
diff --git a/graphics/particles/shadow-small-circle.png b/graphics/sprites/monsters/accessories/generic-shadow-small-circle.png
index d5fcfb86..d5fcfb86 100644
--- a/graphics/particles/shadow-small-circle.png
+++ 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>