diff options
-rw-r--r-- | graphics/sprites/races/heads/human-male-default.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/graphics/sprites/races/heads/human-male-default.xml b/graphics/sprites/races/heads/human-male-default.xml index fc782fc2..ab4c5a33 100644 --- a/graphics/sprites/races/heads/human-male-default.xml +++ b/graphics/sprites/races/heads/human-male-default.xml @@ -9,15 +9,25 @@ Copyright (C) 2013 Evol Online --> <action name="stand" imageset="base"> <animation direction="down"> - <frame index="0" offsetY="-41"/> + <goto label="blink" rand="4"/> + <frame index="0" offsetY="-41" delay="100"/> + <label name="blink"/> + <sequence value="11,12,11" offsetY="-41" delay="70"/> </animation> <animation direction="left"> - <frame index="4" offsetX="-1" offsetY="-41"/> + <goto label="blink" rand="4"/> + <frame index="4" offsetX="-1" offsetY="-41"/> + <label name="blink"/> + <sequence value="13,14,13" offsetX="-1" offsetY="-41" delay="70"/> </animation> <animation direction="up"> <frame index="17" offsetX="-1" offsetY="-41"/> </animation> <animation direction="right"> + <goto label="blink" rand="4"/> + <frame index="7" offsetX="1" offsetY="-41"/> + <label name="blink"/> + <sequence value="15,16,15" offsetX="1" offsetY="-41" delay="70"/> <frame index="7" offsetX="1" offsetY="-41"/> </animation> </action> |