diff options
author | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-04-29 04:11:11 -0400 |
---|---|---|
committer | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-04-29 04:11:11 -0400 |
commit | 0de8db9e2c60b6004468471b0a485aafa9dd840a (patch) | |
tree | e485fe5c94e7fdf1490cc1d91977a537a8af9e5d /graphics/particles | |
parent | e787ebe8a4161af0a70868e8b09a585e1825a0a4 (diff) | |
download | clientdata-0de8db9e2c60b6004468471b0a485aafa9dd840a.tar.gz clientdata-0de8db9e2c60b6004468471b0a485aafa9dd840a.tar.bz2 clientdata-0de8db9e2c60b6004468471b0a485aafa9dd840a.tar.xz clientdata-0de8db9e2c60b6004468471b0a485aafa9dd840a.zip |
Bee monster, and Honey inventory (non-floor) item
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/monster-bee-shadow.particle.xml | 19 | ||||
-rw-r--r-- | graphics/particles/shadow-small-circle.png | bin | 0 -> 364 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/particles/monster-bee-shadow.particle.xml b/graphics/particles/monster-bee-shadow.particle.xml new file mode 100644 index 00000000..912f099e --- /dev/null +++ b/graphics/particles/monster-bee-shadow.particle.xml @@ -0,0 +1,19 @@ +<?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/particles/shadow-small-circle.png Binary files differnew file mode 100644 index 00000000..d5fcfb86 --- /dev/null +++ b/graphics/particles/shadow-small-circle.png |