summaryrefslogtreecommitdiff
path: root/graphics/sprites
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites')
-rw-r--r--graphics/sprites/icon-spell-haste.pngbin0 -> 487 bytes
-rw-r--r--graphics/sprites/icon-spell-haste.xml10
-rw-r--r--graphics/sprites/icon-spell-protection-generic.pngbin0 -> 1089 bytes
-rw-r--r--graphics/sprites/icon-spell-protection-generic.xml13
4 files changed, 23 insertions, 0 deletions
diff --git a/graphics/sprites/icon-spell-haste.png b/graphics/sprites/icon-spell-haste.png
new file mode 100644
index 00000000..47661a7b
--- /dev/null
+++ b/graphics/sprites/icon-spell-haste.png
Binary files differ
diff --git a/graphics/sprites/icon-spell-haste.xml b/graphics/sprites/icon-spell-haste.xml
new file mode 100644
index 00000000..7c95cbdf
--- /dev/null
+++ b/graphics/sprites/icon-spell-haste.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icon-spell-haste.png" width="13" height="20" />
+
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-23" delay="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icon-spell-protection-generic.png b/graphics/sprites/icon-spell-protection-generic.png
new file mode 100644
index 00000000..c7ddff6f
--- /dev/null
+++ b/graphics/sprites/icon-spell-protection-generic.png
Binary files differ
diff --git a/graphics/sprites/icon-spell-protection-generic.xml b/graphics/sprites/icon-spell-protection-generic.xml
new file mode 100644
index 00000000..254003aa
--- /dev/null
+++ b/graphics/sprites/icon-spell-protection-generic.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icon-spell-protection-generic.png" width="12" height="20" />
+
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-12" delay="400" />
+ <frame index="1" offsetY="-12" delay="200" />
+ <frame index="2" offsetY="-12" delay="250" />
+ <frame index="1" offsetY="-12" delay="200" />
+ </animation>
+ </action>
+</sprite>