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 /graphics/particles/arrow-directions.xml | |
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.
Diffstat (limited to 'graphics/particles/arrow-directions.xml')
-rw-r--r-- | graphics/particles/arrow-directions.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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> |