diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-10-11 05:46:18 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-10-11 05:46:18 +0000 |
commit | 0b878657ab91a63fd83d17f8ab5a2c7cec418471 (patch) | |
tree | 90d3535b7aaec0a72f58e9b4dddb7e8f473fd208 /graphics/particles/lightning1.xml | |
parent | 33866bcf0c28c4da4b5fd404bd598e2eb8eb151d (diff) | |
download | clientdata-0b878657ab91a63fd83d17f8ab5a2c7cec418471.tar.gz clientdata-0b878657ab91a63fd83d17f8ab5a2c7cec418471.tar.bz2 clientdata-0b878657ab91a63fd83d17f8ab5a2c7cec418471.tar.xz clientdata-0b878657ab91a63fd83d17f8ab5a2c7cec418471.zip |
fix some errors in particles, revert changes to map 36, etc
Diffstat (limited to 'graphics/particles/lightning1.xml')
-rw-r--r-- | graphics/particles/lightning1.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/particles/lightning1.xml b/graphics/particles/lightning1.xml index df489cb5..13294f91 100644 --- a/graphics/particles/lightning1.xml +++ b/graphics/particles/lightning1.xml @@ -21,26 +21,3 @@ An explosion of white particles. </emitter>
</particle>
</effect>
-<?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>
-</effect>
|