summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-05-29 00:14:36 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-05-29 00:14:36 +0000
commitfb1e07a5462cc1efb57ebff8920d5233e299d317 (patch)
tree0eada9caf66072d1ccf2abc6e25725b93cb68fc7
parentd218b554e268deb828efc52abfbef24c0b99fff9 (diff)
downloadclientdata-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.
-rw-r--r--graphics/particles/glow-small.pngbin0 -> 509 bytes
-rw-r--r--graphics/particles/gloworb-medium.pngbin0 -> 949 bytes
-rw-r--r--graphics/particles/gloworb-small.pngbin0 -> 560 bytes
-rw-r--r--graphics/particles/soulmenhir.particle.xml4
4 files changed, 2 insertions, 2 deletions
diff --git a/graphics/particles/glow-small.png b/graphics/particles/glow-small.png
new file mode 100644
index 00000000..f2d180d1
--- /dev/null
+++ b/graphics/particles/glow-small.png
Binary files differ
diff --git a/graphics/particles/gloworb-medium.png b/graphics/particles/gloworb-medium.png
new file mode 100644
index 00000000..0d45d78f
--- /dev/null
+++ b/graphics/particles/gloworb-medium.png
Binary files differ
diff --git a/graphics/particles/gloworb-small.png b/graphics/particles/gloworb-small.png
new file mode 100644
index 00000000..ab62402c
--- /dev/null
+++ b/graphics/particles/gloworb-small.png
Binary files differ
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"/>