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/equipment/weapons/axe.xml | |
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/equipment/weapons/axe.xml')
-rw-r--r-- | graphics/sprites/equipment/weapons/axe.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/graphics/sprites/equipment/weapons/axe.xml b/graphics/sprites/equipment/weapons/axe.xml index a0ba46b1..5d9bfa85 100644 --- a/graphics/sprites/equipment/weapons/axe.xml +++ b/graphics/sprites/equipment/weapons/axe.xml @@ -3,28 +3,28 @@ Copyright (C) 2011 Evol Online --> <sprite name="player" action="stand"> - <imageset name="base" src="graphics/sprites/equipment/weapons/axe.png" width="64" height="64"/> + <imageset name="base" src="graphics/sprites/equipment/weapons/axe.png" width="64" height="64"/> - <action name="default" imageset="base"> - </action> + <action name="default" imageset="base"> + </action> - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="0" end="3" delay="75"/> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="75"/> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="75"/> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="75"/> - <end /> - </animation> - </action> + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="0" end="3" delay="75"/> + <end /> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="75"/> + <end /> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="75"/> + <end /> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="75"/> + <end /> + </animation> + </action> </sprite> |