diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/icons/spell-protection.png | bin | 763 -> 752 bytes | |||
-rw-r--r-- | graphics/sprites/icons/spell-protection.xml | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/sprites/icons/spell-protection.png b/graphics/sprites/icons/spell-protection.png Binary files differindex b4d85de9..ee87dea3 100644 --- a/graphics/sprites/icons/spell-protection.png +++ b/graphics/sprites/icons/spell-protection.png diff --git a/graphics/sprites/icons/spell-protection.xml b/graphics/sprites/icons/spell-protection.xml index c8b32794..f48e0657 100644 --- a/graphics/sprites/icons/spell-protection.xml +++ b/graphics/sprites/icons/spell-protection.xml @@ -5,13 +5,14 @@ Copyright (C) 2016 Evol Online --> <sprite> <imageset name="icon" src="graphics/sprites/icons/spell-protection.png" - width="15" - height="21"/> + width="32" + height="32" + offsetY="-2"/> <action name="default" imageset="icon"> <animation direction="default"> - <sequence start="0" end="2" delay="120"/> - <frame index="1" delay="120"/> + <sequence start="0" end="2" delay="160"/> + <frame index="1" delay="160"/> </animation> </action> </sprite>
\ No newline at end of file |