diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-06-06 05:38:43 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-06-06 05:38:43 +0100 |
commit | 5ea9a3645db634e80200e641fa450497a3570dfd (patch) | |
tree | 8f57bf3c97be16d3de85ec4f2138031d28cd1b96 | |
parent | 532fe7b9208662ad024dd5498d4886d066309a76 (diff) | |
download | clientdata-5ea9a3645db634e80200e641fa450497a3570dfd.tar.gz clientdata-5ea9a3645db634e80200e641fa450497a3570dfd.tar.bz2 clientdata-5ea9a3645db634e80200e641fa450497a3570dfd.tar.xz clientdata-5ea9a3645db634e80200e641fa450497a3570dfd.zip |
Add blink animation on the stand action.
-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> |