diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-28 09:20:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-28 09:20:17 -0300 |
commit | 3793f0d7be1319b26d60793871adf6a756ca8894 (patch) | |
tree | 3c30ac7238968ca7215751b3d8fc5f2350c04d4b /graphics/particles/demonicaura.particle.xml | |
parent | 63c47da500914b2d979727545357e00ca42e33b7 (diff) | |
download | clientdata-3793f0d7be1319b26d60793871adf6a756ca8894.tar.gz clientdata-3793f0d7be1319b26d60793871adf6a756ca8894.tar.bz2 clientdata-3793f0d7be1319b26d60793871adf6a756ca8894.tar.xz clientdata-3793f0d7be1319b26d60793871adf6a756ca8894.zip |
Gemini Inn
Diffstat (limited to 'graphics/particles/demonicaura.particle.xml')
-rw-r--r-- | graphics/particles/demonicaura.particle.xml | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/graphics/particles/demonicaura.particle.xml b/graphics/particles/demonicaura.particle.xml deleted file mode 100644 index 59028a7f..00000000 --- a/graphics/particles/demonicaura.particle.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0"?> -<!-- - Purple/black-ish ghost faces rise up from the ground - TMW2 Effect ---> -<effect> - <particle position-x="16" position-y="16" position-z="0"> - <emitter> - <property name="position-x" min="-24" max="24"/> - <property name="position-z" min="2" max="32"/> - <property name="gravity" value="-0.01"/> - <property name="lifetime" value="180"/> - <property name="fade-out" value="40"/> - <property name="output" value="1"/> - <property name="output-pause" min="11" max="61"/> - <property name="follow-parent"/> - <animation imageset="graphics/particles/ghostface.png|W:#855385" width="30" height="30"> - <sequence start="0" end="2" delay="300"/> - <frame index="3"/> - </animation> - </emitter> - <emitter> - <property name="position-x" min="-24" max="24"/> - <property name="position-z" min="2" max="32"/> - <property name="gravity" value="-0.01"/> - <property name="lifetime" value="180"/> - <property name="fade-out" value="40"/> - <property name="output" value="1"/> - <property name="output-pause" min="17" max="67"/> - <property name="follow-parent"/> - <animation imageset="graphics/particles/demonface.png|W:#5b3558" width="30" height="30"> - <sequence start="0" end="2" delay="300"/> - <frame index="3"/> - </animation> - </emitter> - </particle> -</effect> |