summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-11-24 15:42:41 -0700
committerFate <fate-tmw@googlemail.com>2008-11-24 15:42:41 -0700
commit803f4581a9dfd11007399493ace5a74e268fe861 (patch)
treec6b808c50c803fa26bc3b4564758620af4e8f331
parent4441a103b1204170a86705a1f2685aab5aa14607 (diff)
downloadclientdata-803f4581a9dfd11007399493ace5a74e268fe861.tar.gz
clientdata-803f4581a9dfd11007399493ace5a74e268fe861.tar.bz2
clientdata-803f4581a9dfd11007399493ace5a74e268fe861.tar.xz
clientdata-803f4581a9dfd11007399493ace5a74e268fe861.zip
Fixed some particle effects
-rw-r--r--graphics/particles/magic.blue.xml2
-rw-r--r--graphics/particles/magic.generic.xml48
-rw-r--r--graphics/particles/magic.white.xml2
3 files changed, 13 insertions, 39 deletions
diff --git a/graphics/particles/magic.blue.xml b/graphics/particles/magic.blue.xml
index 121bb5a5..bf51895e 100644
--- a/graphics/particles/magic.blue.xml
+++ b/graphics/particles/magic.blue.xml
@@ -8,7 +8,7 @@
lifetime = "128"
>
<emitter>
- <animation imageset="graphics/particles/sparkle.png|W:#0000c0,4060ff" width="15" height="15">
+ <animation imageset="graphics/particles/sparkle.png|W:#0000e0,7080ff" width="15" height="15">
<sequence start="0" end="3" delay="50" />
<frame index="0" delay="100" />
</animation>
diff --git a/graphics/particles/magic.generic.xml b/graphics/particles/magic.generic.xml
index a075bfd7..d5db5e89 100644
--- a/graphics/particles/magic.generic.xml
+++ b/graphics/particles/magic.generic.xml
@@ -21,13 +21,8 @@
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="29" max="40"/>
</emitter>
- </particle>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "0"
- lifetime = "128"
- >
+
+
<emitter>
<!-- green --> <animation imageset="graphics/particles/sparkle.png|W:#00a000,30ff30" width="15" height="15">
<sequence start="0" end="3" delay="50" />
@@ -42,15 +37,9 @@
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="29" max="40"/>
</emitter>
- </particle>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "0"
- lifetime = "128"
- >
+
<emitter>
-<!-- blue --> <animation imageset="graphics/particles/sparkle.png|W:#0000c0,4060ff" width="15" height="15">
+<!-- blue --> <animation imageset="graphics/particles/sparkle.png|W:#0000e0,7080ff" width="15" height="15">
<sequence start="0" end="3" delay="50" />
<frame index="0" delay="100" />
</animation>
@@ -63,13 +52,8 @@
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="29" max="40"/>
</emitter>
- </particle>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "0"
- lifetime = "128"
- >
+
+
<emitter>
<!-- yellow --> <animation imageset="graphics/particles/sparkle.png|W:#9090000,ffff00" width="15" height="15">
<sequence start="0" end="3" delay="50" />
@@ -84,13 +68,8 @@
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="29" max="40"/>
</emitter>
- </particle>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "0"
- lifetime = "128"
- >
+
+
<emitter>
<!-- cyan --> <animation imageset="graphics/particles/sparkle.png|W:#008080,00ffff" width="15" height="15">
<sequence start="0" end="3" delay="50" />
@@ -105,13 +84,8 @@
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="29" max="40"/>
</emitter>
- </particle>
- <particle
- position-x = "0"
- position-y = "0"
- position-z = "0"
- lifetime = "128"
- >
+
+
<emitter>
<!-- magenta --> <animation imageset="graphics/particles/sparkle.png|W:#800080,ff00ff" width="15" height="15">
<sequence start="0" end="3" delay="50" />
@@ -126,5 +100,5 @@
<property name="position-y" min="-16" max="16"/>
<property name="position-z" min="29" max="40"/>
</emitter>
- </particle>
+ </particle>
</effect>
diff --git a/graphics/particles/magic.white.xml b/graphics/particles/magic.white.xml
index 4a5aa827..4b7789df 100644
--- a/graphics/particles/magic.white.xml
+++ b/graphics/particles/magic.white.xml
@@ -8,7 +8,7 @@
lifetime = "128"
>
<emitter>
- <animation imageset="graphics/particles/sparkle.png|W:#ffdf10" width="15" height="15">
+ <animation imageset="graphics/particles/sparkle.png|W:#e0e0e0,ffffff" width="15" height="15">
<sequence start="0" end="3" delay="50" />
<frame index="0" delay="100" />
</animation>