diff options
author | Reid <reidyaro@gmail.com> | 2016-08-27 06:09:58 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-08-27 06:11:20 +0200 |
commit | 2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac (patch) | |
tree | 275c0e5a43c9cb902a09128bb13b8572a6d3e1cf | |
parent | d48fced9ee35cac74282fa7c031690de7d2c1d9f (diff) | |
download | clientdata-2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac.tar.gz clientdata-2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac.tar.bz2 clientdata-2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac.tar.xz clientdata-2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac.zip |
Add the training arrow icon and particle effect.
-rw-r--r-- | graphics/items/equipment/ammo/trainingarrow.png | bin | 0 -> 464 bytes | |||
-rw-r--r-- | graphics/particles/training-arrow.png | bin | 0 -> 1616 bytes | |||
-rw-r--r-- | graphics/particles/training-arrow.xml | 11 |
3 files changed, 11 insertions, 0 deletions
diff --git a/graphics/items/equipment/ammo/trainingarrow.png b/graphics/items/equipment/ammo/trainingarrow.png Binary files differnew file mode 100644 index 00000000..33e9975d --- /dev/null +++ b/graphics/items/equipment/ammo/trainingarrow.png diff --git a/graphics/particles/training-arrow.png b/graphics/particles/training-arrow.png Binary files differnew file mode 100644 index 00000000..4451096a --- /dev/null +++ b/graphics/particles/training-arrow.png diff --git a/graphics/particles/training-arrow.xml b/graphics/particles/training-arrow.xml new file mode 100644 index 00000000..09b8992c --- /dev/null +++ b/graphics/particles/training-arrow.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: 4144 +Copyright (C) 2016 Evol Online --> + +<effect> + <particle position-x="0" position-y="0" position-z="32" lifetime="128"> + <rotation imageset="graphics/particles/training-arrow.png" width="16" height="16"> + <sequence start="0" end="7"/> + </rotation> + </particle> +</effect> |