diff options
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/hug.particle.xml | 18 | ||||
-rw-r--r-- | graphics/particles/single-heart.png | bin | 0 -> 553 bytes |
2 files changed, 18 insertions, 0 deletions
diff --git a/graphics/particles/hug.particle.xml b/graphics/particles/hug.particle.xml new file mode 100644 index 00000000..551d0a4c --- /dev/null +++ b/graphics/particles/hug.particle.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<!-- +Green stars which are supposed to engulf a character +--> +<effect> + <particle position-x="0" position-y="0" position-z="0" lifetime="128"> + <emitter> + <property name="image" value="graphics/particles/single-heart.png"/> + <property name="vertical-angle" value="90"/> + <property name="power" value="2"/> + <property name="lifetime" value="36"/> + <property name="output" min="-5" max="1"/> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="16" max="32"/> + <property name="position-z" min="16" max="32"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/single-heart.png b/graphics/particles/single-heart.png Binary files differnew file mode 100644 index 00000000..ee65ae93 --- /dev/null +++ b/graphics/particles/single-heart.png |