diff options
author | Reid <reidyaro@gmail.com> | 2014-05-02 16:04:24 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-05-02 16:04:24 +0200 |
commit | 2d1e49e69da54cb72fad866b21485daba6f6c728 (patch) | |
tree | 02f937cd92e9e1245acf9a38507d64dc175dee45 /graphics/sprites/monsters | |
parent | 990449ffc711527f1b8bc4f812cc39c88c3ddb53 (diff) | |
download | clientdata-2d1e49e69da54cb72fad866b21485daba6f6c728.tar.gz clientdata-2d1e49e69da54cb72fad866b21485daba6f6c728.tar.bz2 clientdata-2d1e49e69da54cb72fad866b21485daba6f6c728.tar.xz clientdata-2d1e49e69da54cb72fad866b21485daba6f6c728.zip |
Correct some wrong pixels on the bouncing animation,
Correct the blink effect on the static animation.
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/frostiana.png | bin | 1542 -> 1533 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/frostiana.xml | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sprites/monsters/frostiana.png b/graphics/sprites/monsters/frostiana.png Binary files differindex 9fd2e4d2..99b1b78c 100644 --- a/graphics/sprites/monsters/frostiana.png +++ b/graphics/sprites/monsters/frostiana.png diff --git a/graphics/sprites/monsters/frostiana.xml b/graphics/sprites/monsters/frostiana.xml index bb765ef0..374b2d13 100644 --- a/graphics/sprites/monsters/frostiana.xml +++ b/graphics/sprites/monsters/frostiana.xml @@ -15,18 +15,18 @@ Copyright (C) 2014 Evol Online --> <frame index="5" delay="130"/> <frame index="4" delay="100"/> <frame index="3" delay="90"/> - <frame index="4" delay="120"/> <jump action="stand"/> </animation> </action> <action name="stand" imageset="frostiana"> <animation direction="default"> - <label name="start"/> - <goto label="bouncing" rand="5"/> + <frame index="4" delay="120"/> <!-- Static Animation --> + <label name="start"/> <frame index="4" delay="100"/> - <goto label="start"/> + <goto label="bouncing" rand="3"/> + <goto label="start" rand="100"/> <label name="bouncing"/> <!-- Bouncing Animation --> <frame index="5" delay="130"/> |