diff options
Diffstat (limited to 'graphics')
-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 | 32 | ||||
-rw-r--r-- | graphics/particles/lightning-lunovox.xml | 55 | ||||
-rw-r--r-- | graphics/particles/lightning2-263.png | bin | 0 -> 2793 bytes | |||
-rw-r--r-- | graphics/particles/lightning3-275.png | bin | 0 -> 1629 bytes |
6 files changed, 87 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..64be7747 --- /dev/null +++ b/graphics/particles/circle-magic.xml @@ -0,0 +1,32 @@ +<?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/lightning-lunovox.xml b/graphics/particles/lightning-lunovox.xml new file mode 100644 index 00000000..39afad27 --- /dev/null +++ b/graphics/particles/lightning-lunovox.xml @@ -0,0 +1,55 @@ +<?xml version="1.0"?> +<!-- +################################################################################### +##///////////////////////////////////////////////////////////////////////////////## +##| ___ ___ ___ ___ ___ ___ ___ |## +##| /\__\ /\__\ /\__\ /\ \ /\__\ /\ \ /\__\ |## +##| /:/ / /:/ _/_ /:| _|_ /::\ \ /:/ /__ /::\ \ /:/ /__ |## +##| /:/ / /:/ /\__\ /::|/\ \ /:/\:\__\ /:/ /\ \ /:/\:\__\ _|:|_/\__\ |## +##| /:/ / /:/ /:/ //:::::/ //:/ /:/ / |:| /:/ //:/ /:/ //:__::_/__/ |## +##| \:\ \ \:\/:/ / \/|::/ / \:\/:/ / |:|/:/ / \:\/:/ / \/_|:|__\ |## +##| \:\__\ \::/ / |:/ / \::/ / |:::/ / \::/ / /:/ / |## +##| \/__/ \/__/ \/__/ \/__/ \__/__/ \/__/ \/__/ |## +##| |## +##///////////////////////////////////////////////////////////////////////////////## +################################################################################### + @author → Lunovox <rui.gravata@gmail.com> + @version → 2012-06-05 + @description → Partícula de Raio que incendeia o chão + @licence → GNU GPL v3: http://www.gnu.org/licenses/gpl.html + @msn → rui.gravata@hotmail.com + @gTalk → rui.gravata@gmail.com + @skype → lunovox + @PhoneIP: sip:lunovox@ekiga.net +--> + +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "137" + lifetime = "30" + > + + <emitter> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="acceleration" value="0.05"/> + <property name="momentum" value="0.95"/> + <property name="power" min="0" max="0"/> + <property name="image" value="graphics/particles/lightning3-275.png|W:#ffffff,88CCCC"/> + <property name="lifetime" min="5" max="10"/> + <property name="fade-out" value="8"/> + </emitter> + <emitter> + <property name="position-x" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="acceleration" value="0.05"/> + <property name="momentum" value="0.95"/> + <property name="power" min="0" max="0"/> + <property name="image" value="graphics/particles/lightning2-263.png|W:#ffffff,88DDDD"/> + <property name="lifetime" min="5" max="10"/> + <property name="fade-out" value="8"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/lightning2-263.png b/graphics/particles/lightning2-263.png Binary files differnew file mode 100644 index 00000000..3ce165cf --- /dev/null +++ b/graphics/particles/lightning2-263.png diff --git a/graphics/particles/lightning3-275.png b/graphics/particles/lightning3-275.png Binary files differnew file mode 100644 index 00000000..4cd933c7 --- /dev/null +++ b/graphics/particles/lightning3-275.png |