diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-05 17:41:05 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-05 17:41:05 +0100 |
commit | e828b92224da6e0893a0c9a81bc9899d494a0231 (patch) | |
tree | 73c5ce900bb93edb8c3e47deac471df733b09627 | |
parent | d17ad1f23be40b26ea8ff906c5f20be165348582 (diff) | |
download | clientdata-e828b92224da6e0893a0c9a81bc9899d494a0231.tar.gz clientdata-e828b92224da6e0893a0c9a81bc9899d494a0231.tar.bz2 clientdata-e828b92224da6e0893a0c9a81bc9899d494a0231.tar.xz clientdata-e828b92224da6e0893a0c9a81bc9899d494a0231.zip |
Log Head xml: remove <end /> tag which caused it to display the stand animation after the death animation sometimes.
-rw-r--r-- | graphics/sprites/monsters/logmonster.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/logmonster.xml b/graphics/sprites/monsters/logmonster.xml index c36d3443..5fa93a4f 100644 --- a/graphics/sprites/monsters/logmonster.xml +++ b/graphics/sprites/monsters/logmonster.xml @@ -43,7 +43,6 @@ <animation direction="default"> <sequence start="24" end="29" delay="400" /> <frame index="29" delay="2000"/> - <end /> </animation> </action> <action name="attack" imageset="base"> |