diff options
Diffstat (limited to 'graphics/sprites/item002.xml')
-rw-r--r-- | graphics/sprites/item002.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/graphics/sprites/item002.xml b/graphics/sprites/item002.xml index 701fe1cc..9bbec951 100644 --- a/graphics/sprites/item002.xml +++ b/graphics/sprites/item002.xml @@ -66,31 +66,39 @@ <action name="attack" imageset="base"> <animation direction="down"> <sequence start="9" end="12" delay="75" /> + <end /> </animation> <animation direction="left"> <sequence start="27" end="30" delay="75" /> + <end /> </animation> <animation direction="up"> <sequence start="45" end="48" delay="75" /> + <end /> </animation> <animation direction="right"> <sequence start="63" end="66" delay="75" /> + <end /> </animation> </action> <action name="attack_bow" imageset="base"> <animation direction="down"> <sequence start="13" end="17" delay="75" /> + <end /> </animation> <animation direction="left"> - <sequence start="31" end="37" delay="75" /> + <sequence start="31" end="35" delay="75" /> + <end /> </animation> <animation direction="up"> <sequence start="49" end="53" delay="75" /> + <end /> </animation> <animation direction="right"> <sequence start="67" end="71" delay="75" /> + <end /> </animation> </action> -</sprite> +</sprite>
\ No newline at end of file |