diff options
-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> |