summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormeko <mekolat@users.noreply.github.com>2015-09-29 12:27:27 -0400
committermeko <mekolat@users.noreply.github.com>2015-09-29 12:27:27 -0400
commita0b9e2463d741e0973a92f90f9879680ac7080df (patch)
treecf07cd3fce1c3cff2f8e1d2d1a1042fbbe593578 /graphics
parent34792d65cf678b423bf4af508b94fef9b8230908 (diff)
parente68b0d7689e64e4b30ab127d609b4d7e271f3adf (diff)
downloadclientdata-a0b9e2463d741e0973a92f90f9879680ac7080df.tar.gz
clientdata-a0b9e2463d741e0973a92f90f9879680ac7080df.tar.bz2
clientdata-a0b9e2463d741e0973a92f90f9879680ac7080df.tar.xz
clientdata-a0b9e2463d741e0973a92f90f9879680ac7080df.zip
Merge pull request #285 from wushin/hug
Add effect for hug
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/hug.particle.xml18
-rw-r--r--graphics/particles/single-heart.pngbin0 -> 553 bytes
-rw-r--r--graphics/sprites/npcs/npc-dicentra.pngbin4489 -> 0 bytes
3 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
new file mode 100644
index 00000000..ee65ae93
--- /dev/null
+++ b/graphics/particles/single-heart.png
Binary files differ
diff --git a/graphics/sprites/npcs/npc-dicentra.png b/graphics/sprites/npcs/npc-dicentra.png
deleted file mode 100644
index 1b63c89e..00000000
--- a/graphics/sprites/npcs/npc-dicentra.png
+++ /dev/null
Binary files differ