diff options
Diffstat (limited to 'graphics/sprites/equipment')
-rw-r--r-- | graphics/sprites/equipment/weapons/knife.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sprites/equipment/weapons/knife.xml b/graphics/sprites/equipment/weapons/knife.xml index 73a428e3..2728c09c 100644 --- a/graphics/sprites/equipment/weapons/knife.xml +++ b/graphics/sprites/equipment/weapons/knife.xml @@ -40,13 +40,13 @@ Copyright (C) 2012-2013 Evol Online --> <action name="attack" imageset="base"> <animation direction="down"> <sequence start="7" end="10" delay="80"/> - <frame index="11"/> - <end /> + <frame index="11" delay="250"/> + <end/> </animation> <animation direction="left"> <sequence start="23" end="26" delay="80"/> - <frame index="27"/> - <end /> + <frame index="27" delay="250"/> + <end/> </animation> <animation direction="up"> <sequence start="39" end="42" delay="80"/> @@ -54,8 +54,8 @@ Copyright (C) 2012-2013 Evol Online --> </animation> <animation direction="right"> <sequence start="55" end="58" delay="80"/> - <frame index="59"/> - <end /> + <frame index="59" delay="250"/> + <end/> </animation> </action> |