diff options
-rw-r--r-- | graphics/particles/pool-1-crozenite.particle.xml | 10 | ||||
-rw-r--r-- | graphics/particles/pool-2-bromenal.particle.xml | 10 | ||||
-rw-r--r-- | graphics/particles/pool-3-silver.particle.xml | 10 | ||||
-rw-r--r-- | graphics/particles/pool-4-gold.particle.xml | 10 | ||||
-rw-r--r-- | graphics/particles/pool-undyed.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..8a1b6027 --- /dev/null +++ b/graphics/particles/pool-undyed.png |