summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-08-27 06:09:58 +0200
committerReid <reidyaro@gmail.com>2016-08-27 06:11:20 +0200
commit2d5e2f5c712786c9eb035b7cc584af0c1f14b5ac (patch)
tree275c0e5a43c9cb902a09128bb13b8572a6d3e1cf
parentd48fced9ee35cac74282fa7c031690de7d2c1d9f (diff)
downloadclientdata-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.pngbin0 -> 464 bytes
-rw-r--r--graphics/particles/training-arrow.pngbin0 -> 1616 bytes
-rw-r--r--graphics/particles/training-arrow.xml11
3 files changed, 11 insertions, 0 deletions
diff --git a/graphics/items/equipment/ammo/trainingarrow.png b/graphics/items/equipment/ammo/trainingarrow.png
new file mode 100644
index 00000000..33e9975d
--- /dev/null
+++ b/graphics/items/equipment/ammo/trainingarrow.png
Binary files differ
diff --git a/graphics/particles/training-arrow.png b/graphics/particles/training-arrow.png
new file mode 100644
index 00000000..4451096a
--- /dev/null
+++ b/graphics/particles/training-arrow.png
Binary files differ
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>