summaryrefslogtreecommitdiff
path: root/graphics/particles
diff options
context:
space:
mode:
authorAli-G <gauvain.dauchy@free.fr>2011-10-09 19:44:53 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2011-10-13 16:58:26 +0200
commit1dd2ae69ee8c47e5f8ffd1f522253a52d4cfae3e (patch)
treee77ae0b6441a974ecb51150ac319cb068098cca1 /graphics/particles
parent7d52874ba66548c5f3f01519ded21e6c5de47be0 (diff)
downloadclientdata-1dd2ae69ee8c47e5f8ffd1f522253a52d4cfae3e.tar.gz
clientdata-1dd2ae69ee8c47e5f8ffd1f522253a52d4cfae3e.tar.bz2
clientdata-1dd2ae69ee8c47e5f8ffd1f522253a52d4cfae3e.tar.xz
clientdata-1dd2ae69ee8c47e5f8ffd1f522253a52d4cfae3e.zip
Added the pool particle effects for the Ancient Amulets project. Added as particle effects since colored tiles would be harder to handle.
Diffstat (limited to 'graphics/particles')
-rw-r--r--graphics/particles/pool-1-crozenite.particle.xml10
-rw-r--r--graphics/particles/pool-2-bromenal.particle.xml10
-rw-r--r--graphics/particles/pool-3-silver.particle.xml10
-rw-r--r--graphics/particles/pool-4-gold.particle.xml10
-rw-r--r--graphics/particles/pool-undyed.pngbin0 -> 4526 bytes
5 files changed, 40 insertions, 0 deletions
diff --git a/graphics/particles/pool-1-crozenite.particle.xml b/graphics/particles/pool-1-crozenite.particle.xml
new file mode 100644
index 00000000..821e3c5f
--- /dev/null
+++ b/graphics/particles/pool-1-crozenite.particle.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+
+<effect>
+ <!-- Crozenite pool -->
+ <particle position-x="16" position-y="0" position-z="44">
+ <animation imageset="graphics/particles/pool-undyed.png|W:#332f27,584a31,af7817,ffffff" width="65" height="27">
+ <sequence start="0" end="7" delay="235" />
+ </animation>
+ </particle>
+</effect>
diff --git a/graphics/particles/pool-2-bromenal.particle.xml b/graphics/particles/pool-2-bromenal.particle.xml
new file mode 100644
index 00000000..37754bfd
--- /dev/null
+++ b/graphics/particles/pool-2-bromenal.particle.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+
+<effect>
+ <!-- Crozenite pool -->
+ <particle position-x="16" position-y="0" position-z="44">
+ <animation imageset="graphics/particles/pool-undyed.png|W:#3f2e26,644435,7c513c,ffffff" width="65" height="27">
+ <sequence start="0" end="7" delay="235" />
+ </animation>
+ </particle>
+</effect>
diff --git a/graphics/particles/pool-3-silver.particle.xml b/graphics/particles/pool-3-silver.particle.xml
new file mode 100644
index 00000000..e3e0a79b
--- /dev/null
+++ b/graphics/particles/pool-3-silver.particle.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+
+<effect>
+ <!-- Crozenite pool -->
+ <particle position-x="16" position-y="0" position-z="44">
+ <animation imageset="graphics/particles/pool-undyed.png|W:#4c4c4c,737373,999999,ffffff" width="65" height="27">
+ <sequence start="0" end="7" delay="235" />
+ </animation>
+ </particle>
+</effect>
diff --git a/graphics/particles/pool-4-gold.particle.xml b/graphics/particles/pool-4-gold.particle.xml
new file mode 100644
index 00000000..af40ff6a
--- /dev/null
+++ b/graphics/particles/pool-4-gold.particle.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+
+<effect>
+ <!-- Crozenite pool -->
+ <particle position-x="16" position-y="0" position-z="44">
+ <animation imageset="graphics/particles/pool-undyed.png|W:#998100,bfa100,e6c100,ffffff" width="65" height="27">
+ <sequence start="0" end="7" delay="235" />
+ </animation>
+ </particle>
+</effect>
diff --git a/graphics/particles/pool-undyed.png b/graphics/particles/pool-undyed.png
new file mode 100644
index 00000000..8a1b6027
--- /dev/null
+++ b/graphics/particles/pool-undyed.png
Binary files differ