diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-08-10 21:33:09 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-08-10 21:33:09 -0600 |
commit | a02edfcb637cd4efce0c779ecf01a7777b1437a5 (patch) | |
tree | b6dc9030bc242fefc46ced04bc182eea06d36967 /graphics/particles/wisp.particle.xml | |
parent | 525dd3d032ebf4409f173797ca517bf2387adbb2 (diff) | |
download | clientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.tar.gz clientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.tar.bz2 clientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.tar.xz clientdata-a02edfcb637cd4efce0c779ecf01a7777b1437a5.zip |
Replace CRLFs with LFs
Diffstat (limited to 'graphics/particles/wisp.particle.xml')
-rw-r--r-- | graphics/particles/wisp.particle.xml | 61 |
1 files changed, 31 insertions, 30 deletions
diff --git a/graphics/particles/wisp.particle.xml b/graphics/particles/wisp.particle.xml index 4996b8c5..fd2f92c6 100644 --- a/graphics/particles/wisp.particle.xml +++ b/graphics/particles/wisp.particle.xml @@ -1,30 +1,31 @@ -<?xml version="1.0"?>
-
-<!--
-A circle on the ground 60 pixels in diameter made from particles.
--->
-
-<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "48"
- >
- <emitter>
- <property name="position-y" min="-16" max="16"/>
- <property name="position-y" min="-16" max="16"/>
- <property name="position-z" min="-16" max="16"/>
- <property name="horizontal-angle" min="0" max="360"/>
- <property name="vertical-angle" min="0" max="360"/>
- <property name="power" min="0.4" max="2"/>
- <property name="lifetime" value="160"/>
- <property name="fade-out" value="40" />
- <property name="fade-in" value="40" />
- <property name="output" min="-20" max="1"/>
- <property name="acceleration" value="0.1" />
- <property name="alpha" value="0.5" />
- <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff" />
- <property name="follow-parent" />
- </emitter>
- </particle>
-</effect>
\ No newline at end of file +<?xml version="1.0"?> + +<!-- +A circle on the ground 60 pixels in diameter made from particles. +--> + +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "48" + > + <emitter> + <property name="position-y" min="-16" max="16"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="vertical-angle" min="0" max="360"/> + <property name="power" min="0.4" max="2"/> + <property name="lifetime" value="160"/> + <property name="fade-out" value="40" /> + <property name="fade-in" value="40" /> + <property name="output" min="-20" max="1"/> + <property name="acceleration" value="0.1" /> + <property name="alpha" value="0.5" /> + <property name="image" value="graphics/particles/star-small.png|W:#ffff00,ffffff" /> + <property name="follow-parent" /> + </emitter> + </particle> +</effect> + |