diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-29 00:14:36 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-05-29 00:14:36 +0000 |
commit | fb1e07a5462cc1efb57ebff8920d5233e299d317 (patch) | |
tree | 0eada9caf66072d1ccf2abc6e25725b93cb68fc7 /graphics/particles | |
parent | d218b554e268deb828efc52abfbef24c0b99fff9 (diff) | |
download | clientdata-fb1e07a5462cc1efb57ebff8920d5233e299d317.tar.gz clientdata-fb1e07a5462cc1efb57ebff8920d5233e299d317.tar.bz2 clientdata-fb1e07a5462cc1efb57ebff8920d5233e299d317.tar.xz clientdata-fb1e07a5462cc1efb57ebff8920d5233e299d317.zip |
Added combined glow+orb particles and used them for soul menhir effect.
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/glow-small.png | bin | 0 -> 509 bytes | |||
-rw-r--r-- | graphics/particles/gloworb-medium.png | bin | 0 -> 949 bytes | |||
-rw-r--r-- | graphics/particles/gloworb-small.png | bin | 0 -> 560 bytes | |||
-rw-r--r-- | graphics/particles/soulmenhir.particle.xml | 4 |
4 files changed, 2 insertions, 2 deletions
diff --git a/graphics/particles/glow-small.png b/graphics/particles/glow-small.png Binary files differnew file mode 100644 index 00000000..f2d180d1 --- /dev/null +++ b/graphics/particles/glow-small.png diff --git a/graphics/particles/gloworb-medium.png b/graphics/particles/gloworb-medium.png Binary files differnew file mode 100644 index 00000000..0d45d78f --- /dev/null +++ b/graphics/particles/gloworb-medium.png diff --git a/graphics/particles/gloworb-small.png b/graphics/particles/gloworb-small.png Binary files differnew file mode 100644 index 00000000..ab62402c --- /dev/null +++ b/graphics/particles/gloworb-small.png diff --git a/graphics/particles/soulmenhir.particle.xml b/graphics/particles/soulmenhir.particle.xml index 8576cb29..d463a2ea 100644 --- a/graphics/particles/soulmenhir.particle.xml +++ b/graphics/particles/soulmenhir.particle.xml @@ -20,7 +20,7 @@ character some magical aura. <emitter>
<property name="gravity" value="-0.2"/>
<property name="momentum" value="0.9"/>
- <property name="image" value="graphics/particles/orb-medium-white.png|W:#00ffff"/>
+ <property name="image" value="graphics/particles/gloworb-medium.png|W:#00ffff"/>
<property name="lifetime" value="100"/>
<property name="fade-in" value="10"/>
<property name="fade-out" value="90"/>
@@ -30,7 +30,7 @@ character some magical aura. <emitter>
<property name="gravity" value="-0.2"/>
<property name="momentum" value="0.9"/>
- <property name="image" value="graphics/particles/orb-small-white.png|W:#00ffff"/>
+ <property name="image" value="graphics/particles/gloworb-small.png|W:#00ffff"/>
<property name="lifetime" value="100"/>
<property name="fade-in" value="10"/>
<property name="fade-out" value="90"/>
|