diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-10 00:59:25 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-10 00:59:25 +0200 |
commit | e5b7ac7dc4450f4014b6e34261845631e46e57a8 (patch) | |
tree | 25ab3df75beb3132355cf5ca9512527d395f24f1 /graphics/sprites/icons/spell-protection.xml | |
parent | 2e82111ea9ef7b1b6649c0cbcdd03a095ee5a3f6 (diff) | |
download | clientdata-e5b7ac7dc4450f4014b6e34261845631e46e57a8.tar.gz clientdata-e5b7ac7dc4450f4014b6e34261845631e46e57a8.tar.bz2 clientdata-e5b7ac7dc4450f4014b6e34261845631e46e57a8.tar.xz clientdata-e5b7ac7dc4450f4014b6e34261845631e46e57a8.zip |
Consistency in xml files of sprites/icons/ folder.
Diffstat (limited to 'graphics/sprites/icons/spell-protection.xml')
-rw-r--r-- | graphics/sprites/icons/spell-protection.xml | 27 |
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 |