diff options
author | Saulc <lucas@debian> | 2018-01-13 19:41:26 +0100 |
---|---|---|
committer | Saulc <lucas@debian> | 2018-01-13 19:41:26 +0100 |
commit | 4c4f4be30bae96e6cd943de326b1a4b1b841dcd4 (patch) | |
tree | a94e0a063e5df2a9f7f84f720982a3bca0c0cf6d /graphics/particles/panels.xml | |
download | clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.gz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.bz2 clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.tar.xz clientdata-4c4f4be30bae96e6cd943de326b1a4b1b841dcd4.zip |
Initial commit
Diffstat (limited to 'graphics/particles/panels.xml')
-rw-r--r-- | graphics/particles/panels.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/particles/panels.xml b/graphics/particles/panels.xml new file mode 100644 index 00000000..18833b0d --- /dev/null +++ b/graphics/particles/panels.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2014 Evol Online --> + +<effect> + <particle position-x="16" + position-y="62" + position-z="27"> + <emitter> + <property name="image" value="graphics/particles/star-small.png|W:#f3ffbe,f3ffe3"/> + <property name="vertical-angle" value="90"/> + <property name="power" value="0.3"/> + <property name="gravity" value="-0.0005"/> + <property name="lifetime" value="110"/> + <property name="output" min="-6" max="1"/> + <property name="output-pause" min="1" max="3"/> + <property name="fade-in" value="20"/> + <property name="fade-out" value="30"/> + <property name="position-x" min="-8" max="8"/> + <property name="position-y" min="-5" max="-10"/> + </emitter> + </particle> +</effect> |