summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2014-02-17 23:42:50 +0400
committerAlige <aligetmw@hotmail.fr>2014-02-17 23:42:50 +0400
commit916cfeb34cd71307dad4c351aaab5a8f98a10974 (patch)
treef1fa2444098ae358469ca5fe6cd1088f6287ba26 /graphics/particles
parent7d1dfb6142086f273e1591687d5af0867bc6b0ea (diff)
downloadclientdata-916cfeb34cd71307dad4c351aaab5a8f98a10974.tar.gz
clientdata-916cfeb34cd71307dad4c351aaab5a8f98a10974.tar.bz2
clientdata-916cfeb34cd71307dad4c351aaab5a8f98a10974.tar.xz
clientdata-916cfeb34cd71307dad4c351aaab5a8f98a10974.zip
Added the particle effect for the panels directly on the 000-1 map, in case we don't need it on all panels in the future of the game.
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/panels.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/particles/panels.xml b/graphics/particles/panels.xml
new file mode 100644
index 00000000..702d7c46
--- /dev/null
+++ b/graphics/particles/panels.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Alige
+Copyright (C) 2014 Evol Online -->
+<effect>
+ <particle position-x="16" position-y="0" 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="100"/>
+ <property name="output" min="-6" max="1"/>
+ <property name="output-pause" min="1" max="3"/>
+ <property name="fade-in" value="15"/>
+ <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>