diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-21 12:01:12 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-21 12:01:12 -0300 |
commit | f8a71fa868f0ef27613df8fd9609a60b0d7ab42c (patch) | |
tree | a8318a4ea9b97e6df606e628d1e44ce962546a4d /graphics/sprites/monsters/witchjack'o.xml | |
parent | 9124abc566aabd4688619ea7feb803d1952da016 (diff) | |
download | clientdata-f8a71fa868f0ef27613df8fd9609a60b0d7ab42c.tar.gz clientdata-f8a71fa868f0ef27613df8fd9609a60b0d7ab42c.tar.bz2 clientdata-f8a71fa868f0ef27613df8fd9609a60b0d7ab42c.tar.xz clientdata-f8a71fa868f0ef27613df8fd9609a60b0d7ab42c.zip |
Second batch of fixes
Diffstat (limited to 'graphics/sprites/monsters/witchjack'o.xml')
-rw-r--r-- | graphics/sprites/monsters/witchjack'o.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/witchjack'o.xml b/graphics/sprites/monsters/witchjack'o.xml index cbf02d97..037b8357 100644 --- a/graphics/sprites/monsters/witchjack'o.xml +++ b/graphics/sprites/monsters/witchjack'o.xml @@ -21,15 +21,19 @@ <action name="attack" imageset="base"> <animation direction="down"> <sequence start="12" end="14" delay="200"/> + <end /> </animation> <animation direction="right"> <sequence start="15" end="17" delay="200"/> + <end /> </animation> <animation direction="left"> <sequence start="18" end="20" delay="200"/> + <end /> </animation> <animation direction="up"> <sequence start="21" end="23" delay="200"/> + <end /> </animation> </action> |