summaryrefslogtreecommitdiff
path: root/graphics/sprites/monster5.xml
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-09-05 16:08:13 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-09-05 16:08:13 +0000
commit881fe60605c03107a42ff07c3a0346b8e4c138af (patch)
tree142f0672cae7aea37643c791d02b3af5158b7d89 /graphics/sprites/monster5.xml
parentfffa6eae41ca0148d6e23c2fc855f26022464fbf (diff)
downloadclientdata-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/monster5.xml')
-rw-r--r--graphics/sprites/monster5.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/sprites/monster5.xml b/graphics/sprites/monster5.xml
index 91809787..a893a33a 100644
--- a/graphics/sprites/monster5.xml
+++ b/graphics/sprites/monster5.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>