diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-08-24 22:52:59 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-08-24 22:52:59 +0200 |
commit | 7d2cb636775ec34c5882ed72c94fc5eab0ff6975 (patch) | |
tree | 481f05b63886c77856e5526b87e93eed2e7c3c76 /graphics/sprites/icons | |
parent | ca6a4fb524546f6db0be259a806f4832662934fa (diff) | |
download | clientdata-7d2cb636775ec34c5882ed72c94fc5eab0ff6975.tar.gz clientdata-7d2cb636775ec34c5882ed72c94fc5eab0ff6975.tar.bz2 clientdata-7d2cb636775ec34c5882ed72c94fc5eab0ff6975.tar.xz clientdata-7d2cb636775ec34c5882ed72c94fc5eab0ff6975.zip |
New version of the shield status icon, shield drawn by Reid, aura drawn by Alige.
Diffstat (limited to 'graphics/sprites/icons')
-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 |