diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-09-06 14:45:29 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-09-06 14:48:56 +0100 |
commit | 64104854162c83bd4bb826b0257909534146b6ef (patch) | |
tree | 268d8d9b73013f59d6bf9333d31bdff147121f75 /graphics/sprites/equipment | |
parent | f3332ec9f7ff285a71a0fd765ccf7d437751ff7f (diff) | |
download | clientdata-64104854162c83bd4bb826b0257909534146b6ef.tar.gz clientdata-64104854162c83bd4bb826b0257909534146b6ef.tar.bz2 clientdata-64104854162c83bd4bb826b0257909534146b6ef.tar.xz clientdata-64104854162c83bd4bb826b0257909534146b6ef.zip |
Add max delay on knife's attack animation.
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> |