diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-05 16:08:13 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-09-05 16:08:13 +0000 |
commit | 881fe60605c03107a42ff07c3a0346b8e4c138af (patch) | |
tree | 142f0672cae7aea37643c791d02b3af5158b7d89 /graphics/sprites/monster6.xml | |
parent | fffa6eae41ca0148d6e23c2fc855f26022464fbf (diff) | |
download | clientdata-881fe60605c03107a42ff07c3a0346b8e4c138af.tar.gz clientdata-881fe60605c03107a42ff07c3a0346b8e4c138af.tar.bz2 clientdata-881fe60605c03107a42ff07c3a0346b8e4c138af.tar.xz clientdata-881fe60605c03107a42ff07c3a0346b8e4c138af.zip |
Adjusted the animation speed of several monsters.
Diffstat (limited to 'graphics/sprites/monster6.xml')
-rw-r--r-- | graphics/sprites/monster6.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/sprites/monster6.xml b/graphics/sprites/monster6.xml index f7fe8625..c3365a0a 100644 --- a/graphics/sprites/monster6.xml +++ b/graphics/sprites/monster6.xml @@ -20,16 +20,16 @@ <action name="walk" imageset="base"> <animation direction="down"> - <sequence start="1" end="4" delay="75" /> + <sequence start="1" end="4" delay="200" /> </animation> <animation direction="left"> - <sequence start="11" end="14" delay="75" /> + <sequence start="11" end="14" delay="200" /> </animation> <animation direction="up"> - <sequence start="21" end="24" delay="75" /> + <sequence start="21" end="24" delay="200" /> </animation> <animation direction="right"> - <sequence start="31" end="34" delay="75" /> + <sequence start="31" end="34" delay="200" /> </animation> </action> @@ -50,16 +50,16 @@ <action name="attack" imageset="base"> <animation direction="down"> - <sequence start="5" end="8" delay="75" /> + <sequence start="5" end="8" delay="100" /> </animation> <animation direction="left"> - <sequence start="15" end="18" delay="75" /> + <sequence start="15" end="18" delay="100" /> </animation> <animation direction="up"> - <sequence start="25" end="28" delay="75" /> + <sequence start="25" end="28" delay="100" /> </animation> <animation direction="right"> - <sequence start="33" end="38" delay="75" /> + <sequence start="33" end="38" delay="100" /> </animation> </action> |