diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-02-25 22:37:14 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-02-25 22:37:14 +0100 |
commit | 8ad41be4998ef719772d2303a48e157341e9e7ac (patch) | |
tree | 826601625a122700cc43131bb187eca4e7f31ecf /graphics/sprites/monsters/logmonster.xml | |
parent | c736ba3dc0bc5922968703f55af6956f78e5769e (diff) | |
download | clientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.tar.gz clientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.tar.bz2 clientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.tar.xz clientdata-8ad41be4998ef719772d2303a48e157341e9e7ac.zip |
Fixed logheads arising from death
Diffstat (limited to 'graphics/sprites/monsters/logmonster.xml')
-rw-r--r-- | graphics/sprites/monsters/logmonster.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/logmonster.xml b/graphics/sprites/monsters/logmonster.xml index 65b10bcb..c36d3443 100644 --- a/graphics/sprites/monsters/logmonster.xml +++ b/graphics/sprites/monsters/logmonster.xml @@ -40,9 +40,9 @@ </animation> </action> <action name="dead" imageset="base"> - <animation direction="down"> + <animation direction="default"> <sequence start="24" end="29" delay="400" /> - <frame index="29"/> + <frame index="29" delay="2000"/> <end /> </animation> </action> |