summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons/spell-protection.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/icons/spell-protection.xml')
-rw-r--r--graphics/sprites/icons/spell-protection.xml27
1 files changed, 16 insertions, 11 deletions
diff --git a/graphics/sprites/icons/spell-protection.xml b/graphics/sprites/icons/spell-protection.xml
index 6bb0501c..7c0bf9a9 100644
--- a/graphics/sprites/icons/spell-protection.xml
+++ b/graphics/sprites/icons/spell-protection.xml
@@ -1,12 +1,17 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Alige
+Copyright (C) 2016 Evol Online -->
+
<sprite>
- <imageset name="base" src="graphics/sprites/icons/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>
+ <imageset name="icon"
+ src="graphics/sprites/icons/spell-protection.png"
+ width="12"
+ height="20"/>
+
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <sequence start="0" end="2" delay="240"/>
+ <frame index="1" delay="240"/>
+ </animation>
+ </action>
+</sprite> \ No newline at end of file