summaryrefslogtreecommitdiff
path: root/graphics/particles/lightning1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/particles/lightning1.xml')
-rw-r--r--graphics/particles/lightning1.xml27
1 files changed, 10 insertions, 17 deletions
diff --git a/graphics/particles/lightning1.xml b/graphics/particles/lightning1.xml
index a94f7349..0fe869b0 100644
--- a/graphics/particles/lightning1.xml
+++ b/graphics/particles/lightning1.xml
@@ -1,23 +1,16 @@
<?xml version="1.0"?>
-
<!--
An explosion of white particles.
-->
-
<effect>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "120"
- lifetime = "1"
- >
- <emitter>
- <property name="power" min="0" max="0"/>
- <property name="gravity" value="0"/>
- <property name="image" value="graphics/particles/lightning1-240.png"/>
- <property name="lifetime" min="5" max="10"/>
- <property name="output" value="1"/>
- <property name="fade-out" value="8"/>
- </emitter>
- </particle>
+ <particle position-x="0" position-y="0" position-z="120" lifetime="1">
+ <emitter>
+ <property name="power" min="0" max="0"/>
+ <property name="gravity" value="0"/>
+ <property name="image" value="graphics/particles/lightning1-240.png"/>
+ <property name="lifetime" min="5" max="10"/>
+ <property name="output" value="1"/>
+ <property name="fade-out" value="8"/>
+ </emitter>
+ </particle>
</effect>