diff options
author | Reid <reidyaro@gmail.com> | 2015-11-06 00:13:04 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-06 00:13:04 +0100 |
commit | 5c6106771ac290511d8b92341c4ceaa4385fa909 (patch) | |
tree | 59347021d6ed91a8894ab1d03163416ac1ec3db3 /graphics/sprites | |
parent | ee5892e87a92866890ad19e9e6c198d4a5217fac (diff) | |
download | clientdata-5c6106771ac290511d8b92341c4ceaa4385fa909.tar.gz clientdata-5c6106771ac290511d8b92341c4ceaa4385fa909.tar.bz2 clientdata-5c6106771ac290511d8b92341c4ceaa4385fa909.tar.xz clientdata-5c6106771ac290511d8b92341c4ceaa4385fa909.zip |
Add end tag on barrel attack and attack-box animations.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/shields/barrel.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/shields/barrel.xml b/graphics/sprites/equipment/shields/barrel.xml index f2973a87..769f383d 100644 --- a/graphics/sprites/equipment/shields/barrel.xml +++ b/graphics/sprites/equipment/shields/barrel.xml @@ -37,30 +37,38 @@ Copyright (C) 2015 Evol Online --> <action name="attack" imageset="base"> <animation direction="down"> <frame index="0"/> + <end/> </animation> <animation direction="left"> <frame index="1"/> + <end/> </animation> <animation direction="up"> <frame index="2"/> + <end/> </animation> <animation direction="right"> <frame index="3"/> + <end/> </animation> </action> <action name="attack_bow" imageset="base"> <animation direction="down"> <frame index="0"/> + <end/> </animation> <animation direction="left"> <frame index="1"/> + <end/> </animation> <animation direction="up"> <frame index="2"/> + <end/> </animation> <animation direction="right"> <frame index="3"/> + <end/> </animation> </action> |