diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-31 22:17:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-31 22:17:56 +0300 |
commit | 13bb8aa446f4d829a0161fb031c765b00a24dbf2 (patch) | |
tree | 389d719b7465b2b7ef929848c483df54a2e1cb4b /graphics | |
parent | e55d7d889a6b701a07904379524ee121e43c84e1 (diff) | |
download | clientdata-13bb8aa446f4d829a0161fb031c765b00a24dbf2.tar.gz clientdata-13bb8aa446f4d829a0161fb031c765b00a24dbf2.tar.bz2 clientdata-13bb8aa446f4d829a0161fb031c765b00a24dbf2.tar.xz clientdata-13bb8aa446f4d829a0161fb031c765b00a24dbf2.zip |
Add partial sittop frame for human male.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/players/human-male.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sprites/players/human-male.xml b/graphics/sprites/players/human-male.xml index 139b52c5..77761062 100644 --- a/graphics/sprites/players/human-male.xml +++ b/graphics/sprites/players/human-male.xml @@ -50,6 +50,21 @@ Copyright (C) 2010-2012 Evol Online --> </animation> </action> + <action name="sittop" imageset="base"> + <animation direction="down"> + <frame index="72"/> + </animation> + <animation direction="left"> + <frame index="73"/> + </animation> + <animation direction="up"> + <frame index="74"/> + </animation> + <animation direction="right"> + <frame index="75"/> + </animation> + </action> + <action name="dead" imageset="base"> <animation direction="down"> <frame index="8"/> |