diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-24 10:59:51 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-07-24 10:59:51 +0000 |
commit | b45205a704e035ca05ffa67a921f028d9d83b62c (patch) | |
tree | 8c3be4ba88266c6b04fbb473a2bc665b854a4751 /graphics | |
parent | f511b16a89fe1c5fc476b115f01700572b7e4854 (diff) | |
download | clientdata-b45205a704e035ca05ffa67a921f028d9d83b62c.tar.gz clientdata-b45205a704e035ca05ffa67a921f028d9d83b62c.tar.bz2 clientdata-b45205a704e035ca05ffa67a921f028d9d83b62c.tar.xz clientdata-b45205a704e035ca05ffa67a921f028d9d83b62c.zip |
Red scorpions have got the same problem.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monster2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/monster2.xml b/graphics/sprites/monster2.xml index 5efb074a..eea0c434 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="75" /> + <sequence start="1" end="4" delay="100" /> </animation> <animation direction="left"> - <sequence start="11" end="14" delay="75" /> + <sequence start="11" end="14" delay="100" /> </animation> <animation direction="up"> - <sequence start="21" end="24" delay="75" /> + <sequence start="21" end="24" delay="100" /> </animation> <animation direction="right"> - <sequence start="31" end="34" delay="75" /> + <sequence start="31" end="34" delay="100" /> </animation> </action> |