diff options
author | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-05-14 02:10:25 -0400 |
---|---|---|
committer | Jarrett Thomas-Huxley <fotherjarrett@gmail.com> | 2010-05-14 02:10:25 -0400 |
commit | bf81701f8f30ee2570277b4318dfda413998b254 (patch) | |
tree | 6d1bb3e9b47bac67e04b2178cc47bd96ce6b02e3 /graphics | |
parent | 2d315af37d3ef4ecd1b8c2594176be801c5ac060 (diff) | |
download | clientdata-bf81701f8f30ee2570277b4318dfda413998b254.tar.gz clientdata-bf81701f8f30ee2570277b4318dfda413998b254.tar.bz2 clientdata-bf81701f8f30ee2570277b4318dfda413998b254.tar.xz clientdata-bf81701f8f30ee2570277b4318dfda413998b254.zip |
Fix slime XML death frame.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/monster-slime.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/monster-slime.xml b/graphics/sprites/monsters/monster-slime.xml index a96562b4..220a8e25 100644 --- a/graphics/sprites/monsters/monster-slime.xml +++ b/graphics/sprites/monsters/monster-slime.xml @@ -29,7 +29,7 @@ <action name="dead" imageset="base"> <animation> - <frame index="9" offsetY="-4" /> + <frame index="8" offsetY="-4" /> </animation> </action> |