diff options
author | Alige <aligetmw@hotmail.fr> | 2013-03-31 17:19:42 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-03-31 17:19:42 +0400 |
commit | d96d98b56d6186f6a33b9ccdedf6b0080e2b1fb6 (patch) | |
tree | ec6646f136086ed3ca06976a348ff05599ed44b2 /graphics/sprites/equipment/weapons/knife.xml | |
parent | 997f3e2a954f862a9c7f30bb26fbe20885152b07 (diff) | |
download | clientdata-d96d98b56d6186f6a33b9ccdedf6b0080e2b1fb6.tar.gz clientdata-d96d98b56d6186f6a33b9ccdedf6b0080e2b1fb6.tar.bz2 clientdata-d96d98b56d6186f6a33b9ccdedf6b0080e2b1fb6.tar.xz clientdata-d96d98b56d6186f6a33b9ccdedf6b0080e2b1fb6.zip |
Expand knife's spritesheet.
Diffstat (limited to 'graphics/sprites/equipment/weapons/knife.xml')
-rw-r--r-- | graphics/sprites/equipment/weapons/knife.xml | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/graphics/sprites/equipment/weapons/knife.xml b/graphics/sprites/equipment/weapons/knife.xml index 80b69491..7daacd50 100644 --- a/graphics/sprites/equipment/weapons/knife.xml +++ b/graphics/sprites/equipment/weapons/knife.xml @@ -7,25 +7,5 @@ Copyright (C) 2011-2013 Evol Online --> width="64" height="64"/> - <action name="default" imageset="base"> - </action> - - <action name="attack" imageset="base"> - <animation direction="down"> - <sequence start="0" end="3" delay="80"/> - <end /> - </animation> - <animation direction="left"> - <sequence start="4" end="7" delay="80"/> - <end /> - </animation> - <animation direction="up"> - <sequence start="8" end="11" delay="80"/> - <end /> - </animation> - <animation direction="right"> - <sequence start="12" end="15" delay="80"/> - <end /> - </animation> - </action> + <include file="races/human-male.xml"/> </sprite> |