summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/arrow-directions.pngbin0 -> 1553 bytes
-rw-r--r--graphics/particles/arrow-directions.xml12
-rw-r--r--graphics/particles/arrow.particle.xml8
-rw-r--r--graphics/particles/arrowh.pngbin1372 -> 0 bytes
4 files changed, 12 insertions, 8 deletions
diff --git a/graphics/particles/arrow-directions.png b/graphics/particles/arrow-directions.png
new file mode 100644
index 00000000..91768071
--- /dev/null
+++ b/graphics/particles/arrow-directions.png
Binary files differ
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
deleted file mode 100644
index 11826070..00000000
--- a/graphics/particles/arrowh.png
+++ /dev/null
Binary files differ