diff options
author | Alige <aligetmw@hotmail.fr> | 2013-02-15 19:10:32 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-02-15 19:10:32 +0400 |
commit | 771b41726a030eae7f05e8cae4049052d42ba6ac (patch) | |
tree | 4f40545d6d37df22be01010cd16cf6125487b66c /graphics/sprites | |
parent | 798e8ade669cdc93f009432581428616d484b266 (diff) | |
download | clientdata-771b41726a030eae7f05e8cae4049052d42ba6ac.tar.gz clientdata-771b41726a030eae7f05e8cae4049052d42ba6ac.tar.bz2 clientdata-771b41726a030eae7f05e8cae4049052d42ba6ac.tar.xz clientdata-771b41726a030eae7f05e8cae4049052d42ba6ac.zip |
Made the death animation be at the end of the reaper XML file, because it makes more sense.
Diffstat (limited to 'graphics/sprites')
-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> |