summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-08-24 22:52:59 +0200
committerAlige <gauvain.dauchy@free.fr>2016-08-24 22:52:59 +0200
commit7d2cb636775ec34c5882ed72c94fc5eab0ff6975 (patch)
tree481f05b63886c77856e5526b87e93eed2e7c3c76
parentca6a4fb524546f6db0be259a806f4832662934fa (diff)
downloadclientdata-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.
-rw-r--r--LICENSE2
-rw-r--r--graphics/sprites/icons/spell-protection.pngbin763 -> 752 bytes
-rw-r--r--graphics/sprites/icons/spell-protection.xml9
3 files changed, 6 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 12339dd6..0153647b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -312,7 +312,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
graphics/sprites/icons/hide.png (Fate) (CC BY-SA 3.0) (-)
graphics/sprites/icons/invisible.png (Fate) (CC BY-SA 3.0) (-)
graphics/sprites/icons/poison.png (FotherJ) (CC BY-SA 3.0) (-)
- graphics/sprites/icons/spell-protection.png (Alige) (CC BY-SA 3.0) (-)
+ graphics/sprites/icons/spell-protection.png (Reid) (CC BY-SA 3.0) (Alige)
## Monsters
graphics/sprites/monsters/blub.png (Reid) (CC BY-SA 3.0) (-)
graphics/sprites/monsters/blub-little.png (Coolkid782) (CC BY-SA 3.0) (Reid)
diff --git a/graphics/sprites/icons/spell-protection.png b/graphics/sprites/icons/spell-protection.png
index b4d85de9..ee87dea3 100644
--- a/graphics/sprites/icons/spell-protection.png
+++ b/graphics/sprites/icons/spell-protection.png
Binary files differ
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