summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-05-03 17:12:56 -0400
committerJared Adams <jaxad0127@gmail.com>2009-05-03 15:17:24 -0600
commit19ce2a4986552e915fbb3403808ac4176e2477fa (patch)
tree5a6016ee6525e82955acb0a7c138746d867fa87c /graphics
parent05db8b2cd5dc9fe3681592be7eec1458e82c3706 (diff)
downloadclientdata-19ce2a4986552e915fbb3403808ac4176e2477fa.tar.gz
clientdata-19ce2a4986552e915fbb3403808ac4176e2477fa.tar.bz2
clientdata-19ce2a4986552e915fbb3403808ac4176e2477fa.tar.xz
clientdata-19ce2a4986552e915fbb3403808ac4176e2477fa.zip
Added data files for arrows players shoot
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/arrow.particle.xml14
-rw-r--r--graphics/particles/arrowh.pngbin0 -> 1372 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/particles/arrow.particle.xml b/graphics/particles/arrow.particle.xml
new file mode 100644
index 00000000..e19e2205
--- /dev/null
+++ b/graphics/particles/arrow.particle.xml
@@ -0,0 +1,14 @@
+<?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
new file mode 100644
index 00000000..11826070
--- /dev/null
+++ b/graphics/particles/arrowh.png
Binary files differ