diff options
Diffstat (limited to 'graphics/sprites/monsters/reaper.xml')
-rw-r--r-- | graphics/sprites/monsters/reaper.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/sprites/monsters/reaper.xml b/graphics/sprites/monsters/reaper.xml index 428b5492..88b26b8e 100644 --- a/graphics/sprites/monsters/reaper.xml +++ b/graphics/sprites/monsters/reaper.xml @@ -53,12 +53,6 @@ <frame index="21" delay="75" offsetY="-1"/> </animation> </action> - <action name="dead" imageset="base"> - <animation direction="default"> - <sequence start="30" end="44" delay="150"/> - <frame index="45"/> - </animation> - </action> <action name="attack" imageset="base"> <animation direction="down"> <sequence start="0" end="5" delay="75"/> @@ -95,4 +89,10 @@ <end/> </animation> </action> + <action name="dead" imageset="base"> + <animation direction="default"> + <sequence start="30" end="44" delay="150"/> + <frame index="45"/> + </animation> + </action> </sprite> |