diff options
Diffstat (limited to 'graphics/sprites/monster11.xml')
-rw-r--r-- | graphics/sprites/monster11.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/monster11.xml b/graphics/sprites/monster11.xml index 3be433df..365ee99e 100644 --- a/graphics/sprites/monster11.xml +++ b/graphics/sprites/monster11.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="125" /> </animation> <animation direction="left"> - <sequence start="11" end="14" delay="75" /> + <sequence start="11" end="14" delay="125" /> </animation> <animation direction="up"> - <sequence start="21" end="24" delay="75" /> + <sequence start="21" end="24" delay="125" /> </animation> <animation direction="right"> - <sequence start="31" end="34" delay="75" /> + <sequence start="31" end="34" delay="250" /> </animation> </action> |