diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-01-19 12:48:28 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-01-19 12:48:28 +0100 |
commit | 82f97c6c6a5904536aaf34cbd7e1c8dc8a0c2e37 (patch) | |
tree | 7afb11c0175345521814dd9b7ee3dde9e918fd85 /graphics/particles/lightning2.xml | |
parent | 38c40f33530ff187460346724d23e57c61a54c19 (diff) | |
download | clientdata-82f97c6c6a5904536aaf34cbd7e1c8dc8a0c2e37.tar.gz clientdata-82f97c6c6a5904536aaf34cbd7e1c8dc8a0c2e37.tar.bz2 clientdata-82f97c6c6a5904536aaf34cbd7e1c8dc8a0c2e37.tar.xz clientdata-82f97c6c6a5904536aaf34cbd7e1c8dc8a0c2e37.zip |
Converted DOS newlines to UNIX format
Sorry, but DOS got it wrong. :P
Diffstat (limited to 'graphics/particles/lightning2.xml')
-rw-r--r-- | graphics/particles/lightning2.xml | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/graphics/particles/lightning2.xml b/graphics/particles/lightning2.xml index faa268f0..cf803299 100644 --- a/graphics/particles/lightning2.xml +++ b/graphics/particles/lightning2.xml @@ -1,23 +1,23 @@ -<?xml version="1.0"?>
-
-<!--
-An explosion of white particles.
--->
-
-<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "131"
- lifetime = "1"
- >
- <emitter>
- <property name="power" min="0" max="0"/>
- <property name="gravity" value="0"/>
- <property name="image" value="graphics/particles/lightning2-263.png"/>
- <property name="lifetime" min="5" max="10"/>
- <property name="output" value="1"/>
- <property name="fade-out" value="8"/>
- </emitter>
- </particle>
-</effect>
+<?xml version="1.0"?> + +<!-- +An explosion of white particles. +--> + +<effect> + <particle + position-x = "0" + position-y = "0" + position-z = "131" + lifetime = "1" + > + <emitter> + <property name="power" min="0" max="0"/> + <property name="gravity" value="0"/> + <property name="image" value="graphics/particles/lightning2-263.png"/> + <property name="lifetime" min="5" max="10"/> + <property name="output" value="1"/> + <property name="fade-out" value="8"/> + </emitter> + </particle> +</effect> |