summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-01-27 12:04:54 +0000
committerReid Yaro <reidyaro@gmail.com>2013-01-27 12:07:56 +0000
commitb13badc4f82dff9b5b0ea988705b7b38072a7012 (patch)
treeda9033dc5ce5f035d7cb8af0b630cf9cb6b72111
parent32fd323ae1333171f3171d1c229b1d155301a644 (diff)
downloadclientdata-b13badc4f82dff9b5b0ea988705b7b38072a7012.tar.gz
clientdata-b13badc4f82dff9b5b0ea988705b7b38072a7012.tar.bz2
clientdata-b13badc4f82dff9b5b0ea988705b7b38072a7012.tar.xz
clientdata-b13badc4f82dff9b5b0ea988705b7b38072a7012.zip
Add afk and zzz particle files.
-rw-r--r--graphics/particles/afk.xml49
-rw-r--r--graphics/particles/zzz.pngbin0 -> 330 bytes
2 files changed, 49 insertions, 0 deletions
diff --git a/graphics/particles/afk.xml b/graphics/particles/afk.xml
new file mode 100644
index 00000000..b724560d
--- /dev/null
+++ b/graphics/particles/afk.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Alige
+Copyright (C) 2013 Evol Online -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="32">
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="-48"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" value="-0.0003"/>
+ <property name="output" min="-150" max="1"/>
+ <property name="output-pause" min="1" max="9"/>
+ <property name="fade-in" value="20"/>
+ <property name="fade-out" value="50"/>
+ <property name="lifetime" value="300"/>
+ <animation imageset="graphics/particles/zzz.png" width="8" height="10">
+ <frame index="0"/>
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="-48"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" value="-0.0006"/>
+ <property name="output" min="-100" max="1"/>
+ <property name="output-pause" min="1" max="6"/>
+ <property name="fade-in" value="20"/>
+ <property name="fade-out" value="50"/>
+ <property name="lifetime" value="250"/>
+ <animation imageset="graphics/particles/zzz.png" width="8" height="10">
+ <frame index="1"/>
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="-48"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="gravity" value="-0.0009"/>
+ <property name="output" min="-50" max="1"/>
+ <property name="output-pause" min="1" max="3"/>
+ <property name="fade-in" value="20"/>
+ <property name="fade-out" value="50"/>
+ <property name="lifetime" value="200"/>
+ <animation imageset="graphics/particles/zzz.png" width="8" height="10">
+ <frame index="2"/>
+ </animation>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/zzz.png b/graphics/particles/zzz.png
new file mode 100644
index 00000000..892d5f8d
--- /dev/null
+++ b/graphics/particles/zzz.png
Binary files differ