diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-29 09:36:59 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-29 09:36:59 +0100 |
commit | 79aad2dfd373752abbe84c067c923e159e48e741 (patch) | |
tree | 0a7cb0760f823909a7e6f4ab9367e4bb51a7d8bf /graphics/particles | |
parent | e0ca8e7e02b1a7bfa8dea21e81992c01b4d4ed53 (diff) | |
download | clientdata-79aad2dfd373752abbe84c067c923e159e48e741.tar.gz clientdata-79aad2dfd373752abbe84c067c923e159e48e741.tar.bz2 clientdata-79aad2dfd373752abbe84c067c923e159e48e741.tar.xz clientdata-79aad2dfd373752abbe84c067c923e159e48e741.zip |
Introduce "reduced-height" version of NPC Quest Status effects.
Diffstat (limited to 'graphics/particles')
-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> |