diff options
Diffstat (limited to 'graphics/particles/monster-bee-shadow.particle.xml')
-rw-r--r-- | graphics/particles/monster-bee-shadow.particle.xml | 19 |
1 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> |