summaryrefslogtreecommitdiff
path: root/graphics/sprites/monster2.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/monster2.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/monster2.xml')
-rw-r--r--graphics/sprites/monster2.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/monster2.xml b/graphics/sprites/monster2.xml
index 63b640a2..5efb074a 100644
--- a/graphics/sprites/monster2.xml
+++ b/graphics/sprites/monster2.xml
@@ -20,16 +20,16 @@
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="150" />
+ <sequence start="1" end="4" delay="75" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="150" />
+ <sequence start="11" end="14" delay="75" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="150" />
+ <sequence start="21" end="24" delay="75" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="150" />
+ <sequence start="31" end="34" delay="75" />
</animation>
</action>