diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/particles/questcontinue-low.xml | 17 | ||||
-rw-r--r-- | graphics/particles/queststart-low.xml | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/graphics/particles/questcontinue-low.xml b/graphics/particles/questcontinue-low.xml new file mode 100644 index 00000000..82e27970 --- /dev/null +++ b/graphics/particles/questcontinue-low.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Hal9000 +Copyright (C) 2013 Evol Online --> +<effect> + <particle position-x="0" position-y="0" position-z="0"> + <emitter> + <property name="position-x" value="0"/> + <property name="position-y" value="0"/> + <property name="position-z" value="90"/> + <property name="vertical-angle" value="90"/> + <property name="lifetime" value="2"/> + <animation imageset="graphics/particles/queststatus.png" width="16" height="32"> + <frame index="1"/> + </animation> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/queststart-low.xml b/graphics/particles/queststart-low.xml new file mode 100644 index 00000000..39c163f9 --- /dev/null +++ b/graphics/particles/queststart-low.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Hal9000 +Copyright (C) 2013 Evol Online --> +<effect> + <particle position-x="0" position-y="0" position-z="0"> + <emitter> + <property name="position-x" value="0"/> + <property name="position-y" value="0"/> + <property name="position-z" value="90"/> + <property name="vertical-angle" value="90"/> + <property name="lifetime" value="2"/> + <animation imageset="graphics/particles/queststatus.png" width="16" height="32"> + <frame index="0"/> + </animation> + </emitter> + </particle> +</effect> |