diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-10-11 04:24:18 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-10-11 04:24:18 +0000 |
commit | 33866bcf0c28c4da4b5fd404bd598e2eb8eb151d (patch) | |
tree | 3749840109dec97c607ee3818659e59c02e877eb /graphics/particles/lightning2.xml | |
parent | 2db23e78aaf04a892eeada89ff167f3b9032d660 (diff) | |
download | clientdata-33866bcf0c28c4da4b5fd404bd598e2eb8eb151d.tar.gz clientdata-33866bcf0c28c4da4b5fd404bd598e2eb8eb151d.tar.bz2 clientdata-33866bcf0c28c4da4b5fd404bd598e2eb8eb151d.tar.xz clientdata-33866bcf0c28c4da4b5fd404bd598e2eb8eb151d.zip |
Commit magic patch and bilevel cave tileset
Diffstat (limited to 'graphics/particles/lightning2.xml')
-rw-r--r-- | graphics/particles/lightning2.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/graphics/particles/lightning2.xml b/graphics/particles/lightning2.xml new file mode 100644 index 00000000..484d9649 --- /dev/null +++ b/graphics/particles/lightning2.xml @@ -0,0 +1,46 @@ +<?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>
|