diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-31 14:17:22 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-31 14:17:22 +0200 |
commit | 2d64ec2c0ddee07ee0c631ebe4adf959bebb57ad (patch) | |
tree | b55b218a11fcb4c7cac1fa2ade255de2f65c70ab | |
parent | 1763ec9a4f5daf5614fd63d9b4be229c8877b2a3 (diff) | |
download | clientdata-2d64ec2c0ddee07ee0c631ebe4adf959bebb57ad.tar.gz clientdata-2d64ec2c0ddee07ee0c631ebe4adf959bebb57ad.tar.bz2 clientdata-2d64ec2c0ddee07ee0c631ebe4adf959bebb57ad.tar.xz clientdata-2d64ec2c0ddee07ee0c631ebe4adf959bebb57ad.zip |
Renamed the arrow particle effects and changed all of its colors and did other adjustments.
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | graphics/particles/arrow-directions.png | bin | 0 -> 1553 bytes | |||
-rw-r--r-- | graphics/particles/arrow-directions.xml | 12 | ||||
-rw-r--r-- | graphics/particles/arrow.particle.xml | 8 | ||||
-rw-r--r-- | graphics/particles/arrowh.png | bin | 1372 -> 0 bytes | |||
-rw-r--r-- | skills.xml | 2 |
6 files changed, 14 insertions, 10 deletions
@@ -192,7 +192,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/minimaps/001-2-40.png (Reid) (CC BY-SA 3.0) (-) # Particles - graphics/particles/arrowh.png (-) (GPLv2) (-) + graphics/particles/arrow-directions.png (Alige, Crush) (CC BY-SA 3.0) (-) graphics/particles/bubble.png (Crush) (CC BY-SA 3.0) (-) graphics/particles/fog-medium.png (Crush) (CC BY-SA 3.0) (Reid) graphics/particles/fog-medium2.png (Crush) (CC BY-SA 3.0) (Reid) diff --git a/graphics/particles/arrow-directions.png b/graphics/particles/arrow-directions.png Binary files differnew file mode 100644 index 00000000..91768071 --- /dev/null +++ b/graphics/particles/arrow-directions.png diff --git a/graphics/particles/arrow-directions.xml b/graphics/particles/arrow-directions.xml new file mode 100644 index 00000000..4161f209 --- /dev/null +++ b/graphics/particles/arrow-directions.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: 4144 +Copyright (C) 2016 Evol Online --> + +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="32" lifetime="128"> + <rotation imageset="graphics/particles/arrow-directions.png" width="16" height="16"> + <sequence start="0" end="7"/> + </rotation> + </particle> +</effect> diff --git a/graphics/particles/arrow.particle.xml b/graphics/particles/arrow.particle.xml deleted file mode 100644 index 37409035..00000000 --- a/graphics/particles/arrow.particle.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0"?> -<effect> - <particle position-x="0" position-y="0" position-z="32" lifetime="128"> - <rotation imageset="graphics/particles/arrowh.png" width="16" height="16"> - <sequence start="0" end="7"/> - </rotation> - </particle> -</effect> diff --git a/graphics/particles/arrowh.png b/graphics/particles/arrowh.png Binary files differdeleted file mode 100644 index 11826070..00000000 --- a/graphics/particles/arrowh.png +++ /dev/null @@ -14,7 +14,7 @@ Copyright (C) 2010-2013 Evol Online --> id="17" name="Fire ball" description="Attack enemy with fireball." - castingParticle="graphics/particles/arrow.particle.xml" + castingParticle="graphics/particles/arrow-directions.xml" castingSrcEffectId="23" dstEffectId="23" castingAnimation="emote.xml" |