diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:54:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:54:14 +0300 |
commit | 09457f85988d71c0bced396487374e6cf0a318c9 (patch) | |
tree | 822270bb023f0c04520ad2c1714e28f8456fc1bc /graphics/sprites/icons | |
parent | d40b553ba3a0d6b39c8a93b91aa23fed574c5afd (diff) | |
download | clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.gz clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.bz2 clientdata-09457f85988d71c0bced396487374e6cf0a318c9.tar.xz clientdata-09457f85988d71c0bced396487374e6cf0a318c9.zip |
Replace some tabs to spaces.
Diffstat (limited to 'graphics/sprites/icons')
-rw-r--r-- | graphics/sprites/icons/healing.xml | 16 | ||||
-rw-r--r-- | graphics/sprites/icons/hidden.xml | 14 | ||||
-rw-r--r-- | graphics/sprites/icons/invisible.xml | 36 | ||||
-rw-r--r-- | graphics/sprites/icons/poison.xml | 14 |
4 files changed, 40 insertions, 40 deletions
diff --git a/graphics/sprites/icons/healing.xml b/graphics/sprites/icons/healing.xml index 83229ce8..3f328c5f 100644 --- a/graphics/sprites/icons/healing.xml +++ b/graphics/sprites/icons/healing.xml @@ -2,12 +2,12 @@ <!-- Author : Reid Copyright (C) 2011 Evol Online --> <sprite> - <imageset name="heal" src="graphics/sprites/icons/healing.png" width="14" height="15" offsetX="-10"/> - - <action name="default" imageset="heal"> - <animation direction="default"> - <sequence start="0" end="2" delay="100"/> - <frame index="1" delay="100"/> - </animation> - </action> + <imageset name="heal" src="graphics/sprites/icons/healing.png" width="14" height="15" offsetX="-10"/> + + <action name="default" imageset="heal"> + <animation direction="default"> + <sequence start="0" end="2" delay="100"/> + <frame index="1" delay="100"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icons/hidden.xml b/graphics/sprites/icons/hidden.xml index 04f77265..652ef4c4 100644 --- a/graphics/sprites/icons/hidden.xml +++ b/graphics/sprites/icons/hidden.xml @@ -2,11 +2,11 @@ <!-- Original Author possible tmw, tmw br, ufb projects Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/icons/hidden.png" width="12" height="12" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" offsetY="-15" delay="0"/> - </animation> - </action> + <imageset name="base" src="graphics/sprites/icons/hidden.png" width="12" height="12" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" offsetY="-15" delay="0"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icons/invisible.xml b/graphics/sprites/icons/invisible.xml index d88693c0..8a03838d 100644 --- a/graphics/sprites/icons/invisible.xml +++ b/graphics/sprites/icons/invisible.xml @@ -2,22 +2,22 @@ <!-- Author : Reid Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="tinychar" src="graphics/sprites/icons/invisible.png" width="16" height="24" offsetX="-10"/> - - <action name="default" imageset="tinychar"> - <animation direction="default"> - <frame index="0" delay="2000"/> - <sequence start="1" end="4" delay="100"/> - <frame index="0" delay="5000"/> - <sequence start="1" end="4" delay="100"/> - <frame index="0" delay="3000"/> - <frame index="7" delay="500"/> - <frame index="0" delay="3000"/> - <sequence start="5" end="6" delay="50" repeat="5"/> - <frame index="0" delay="3000"/> - <frame index="7" delay="300"/> - <frame index="0" delay="5000"/> - <frame index="7" delay="200"/> - </animation> - </action> + <imageset name="tinychar" src="graphics/sprites/icons/invisible.png" width="16" height="24" offsetX="-10"/> + + <action name="default" imageset="tinychar"> + <animation direction="default"> + <frame index="0" delay="2000"/> + <sequence start="1" end="4" delay="100"/> + <frame index="0" delay="5000"/> + <sequence start="1" end="4" delay="100"/> + <frame index="0" delay="3000"/> + <frame index="7" delay="500"/> + <frame index="0" delay="3000"/> + <sequence start="5" end="6" delay="50" repeat="5"/> + <frame index="0" delay="3000"/> + <frame index="7" delay="300"/> + <frame index="0" delay="5000"/> + <frame index="7" delay="200"/> + </animation> + </action> </sprite> diff --git a/graphics/sprites/icons/poison.xml b/graphics/sprites/icons/poison.xml index 5d51de8c..aeb91349 100644 --- a/graphics/sprites/icons/poison.xml +++ b/graphics/sprites/icons/poison.xml @@ -2,11 +2,11 @@ <!-- Author : Reid Copyright (C) 2010-2011 Evol Online --> <sprite> - <imageset name="poisonskull" src="graphics/sprites/icons/poison.png" width="12" height="20" offsetY="-12"/> - - <action name="default" imageset="poisonskull"> - <animation direction="default"> - <sequence start="0" end="8" delay="80"/> - </animation> - </action> + <imageset name="poisonskull" src="graphics/sprites/icons/poison.png" width="12" height="20" offsetY="-12"/> + + <action name="default" imageset="poisonskull"> + <animation direction="default"> + <sequence start="0" end="8" delay="80"/> + </animation> + </action> </sprite> |