summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2022-10-24 10:24:37 +0200
committerHoraK-FDF <horak-fdf@web.de>2022-10-24 10:24:37 +0200
commit5715c76da11f31f559f5a5c9b20cae9baa9fcb10 (patch)
treefdccf3f4b13d61dd910f4d61e9a3df206be39ec5 /graphics/sprites/icons
parentf76e0c1751ee41fc232a82ae6f5b8758cb10c6c9 (diff)
downloadclientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.tar.gz
clientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.tar.bz2
clientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.tar.xz
clientdata-5715c76da11f31f559f5a5c9b20cae9baa9fcb10.zip
mana guardian/tyrant status symbols
Diffstat (limited to 'graphics/sprites/icons')
-rw-r--r--graphics/sprites/icons/spell-cooldown-mg.pngbin0 -> 1538 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-mg.xml9
-rw-r--r--graphics/sprites/icons/spell-cooldown-mt.pngbin0 -> 1480 bytes
-rw-r--r--graphics/sprites/icons/spell-cooldown-mt.xml9
4 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/icons/spell-cooldown-mg.png b/graphics/sprites/icons/spell-cooldown-mg.png
new file mode 100644
index 00000000..31e46a53
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mg.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-mg.xml b/graphics/sprites/icons/spell-cooldown-mg.xml
new file mode 100644
index 00000000..f4282793
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mg.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-mg.png" width="13" height="21"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-8" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/spell-cooldown-mt.png b/graphics/sprites/icons/spell-cooldown-mt.png
new file mode 100644
index 00000000..84fe8322
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mt.png
Binary files differ
diff --git a/graphics/sprites/icons/spell-cooldown-mt.xml b/graphics/sprites/icons/spell-cooldown-mt.xml
new file mode 100644
index 00000000..87b8ef2e
--- /dev/null
+++ b/graphics/sprites/icons/spell-cooldown-mt.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/spell-cooldown-mt.png" width="13" height="21"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-8" delay="100"/>
+ </animation>
+ </action>
+</sprite>