diff options
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/circle-magic-trail.png | bin | 0 -> 676 bytes | |||
-rw-r--r-- | graphics/particles/circle-magic.png | bin | 0 -> 41506 bytes | |||
-rw-r--r-- | graphics/particles/circle-magic.xml | 24 | ||||
-rw-r--r-- | graphics/particles/epilogue.png | bin | 0 -> 85174 bytes | |||
-rw-r--r-- | graphics/particles/epilogue.xml | 64 |
5 files changed, 88 insertions, 0 deletions
diff --git a/graphics/particles/circle-magic-trail.png b/graphics/particles/circle-magic-trail.png Binary files differnew file mode 100644 index 00000000..4922c339 --- /dev/null +++ b/graphics/particles/circle-magic-trail.png diff --git a/graphics/particles/circle-magic.png b/graphics/particles/circle-magic.png Binary files differnew file mode 100644 index 00000000..39b9a722 --- /dev/null +++ b/graphics/particles/circle-magic.png diff --git a/graphics/particles/circle-magic.xml b/graphics/particles/circle-magic.xml new file mode 100644 index 00000000..ce597fba --- /dev/null +++ b/graphics/particles/circle-magic.xml @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="16" position-y="24" position-z="0"> + <animation imageset="graphics/particles/circle-magic.png" width="78" height="55"> + <sequence start="0" end="9" delay="80"/> + </animation> + <emitter> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" value="0"/> + <property name="lifetime" value="1"/> + <property name="output" min="0" max="1"/> + <property name="power" value="30"/> + <emitter> + <property name="vertical-angle" value="90"/> + <property name="output" min="0" max="1"/> + <property name="power" value="1"/> + <animation imageset="graphics/particles/circle-magic-trail.png" width="6" height="17"> + <sequence start="0" end="9" delay="80"/> + <end/> + </animation> + </emitter> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/epilogue.png b/graphics/particles/epilogue.png Binary files differnew file mode 100644 index 00000000..6cd49cb2 --- /dev/null +++ b/graphics/particles/epilogue.png diff --git a/graphics/particles/epilogue.xml b/graphics/particles/epilogue.xml new file mode 100644 index 00000000..0b7d4ae0 --- /dev/null +++ b/graphics/particles/epilogue.xml @@ -0,0 +1,64 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="270" lifetime="60000"> + <animation imageset="graphics/particles/epilogue.png" width="800" height="30"> + <frame index="0" delay="2100"/> + <!-- 2.1 --> + <frame index="4" delay="200"/> + <!-- 2.3 --> + <frame index="1" delay="2500"/> + <!-- 4.8 --> + <frame index="2" delay="2100"/> + <!-- 6.9 --> + <frame index="3" delay="3600"/> + <!-- 10.5 --> + <frame index="4" delay="500"/> + <!-- 11.0 --> + <frame index="5" delay="3200"/> + <!-- 14.2 --> + <frame index="6" delay="3600"/> + <!-- 17.8 --> + <frame index="7" delay="5800"/> + <!-- 20.0 --> + <frame index="8" delay="400"/> + <!-- 20.4 --> + <frame index="9" delay="2000"/> + <!-- 22.4 --> + <frame index="10" delay="2900"/> + <!-- 25.3 --> + <frame index="11" delay="2300"/> + <!-- 27.6 --> + <frame index="12" delay="1700"/> + <!-- 29.0 --> + <frame index="13" delay="400"/> + <!-- 29.4 --> + <frame index="14" delay="2400"/> + <!-- 31.8 --> + <frame index="15" delay="1800"/> + <!-- 33.6 --> + <frame index="16" delay="400"/> + <!-- 34.0 --> + <frame index="17" delay="2200"/> + <!-- 36.2 --> + <frame index="18" delay="3300"/> + <!-- 39.5 --> + <frame index="19" delay="600"/> + <!-- 40.1 --> + <frame index="20" delay="3400"/> + <!-- 43.5 --> + <frame index="21" delay="2400"/> + <!-- 45.9 --> + <frame index="22" delay="400"/> + <!-- 46.3 --> + <frame index="23" delay="2400"/> + <!-- 48.7 --> + <frame index="24" delay="3100"/> + <!-- 51.8 --> + <frame index="25" delay="3300"/> + <!-- 55.1 --> + <frame index="26" delay="300"/> + <!-- 55.4 --> + <frame index="27"/> + </animation> + </particle> +</effect> |