diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/players/human-male.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/sprites/players/human-male.xml b/graphics/sprites/players/human-male.xml index 409f67f1..a6c2254c 100644 --- a/graphics/sprites/players/human-male.xml +++ b/graphics/sprites/players/human-male.xml @@ -74,31 +74,31 @@ Copyright (C) 2010-2012 Evol Online --> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="64"/> + <frame index="68"/> </animation> <animation direction="left"> - <frame index="65"/> + <frame index="69"/> </animation> <animation direction="up"> - <frame index="66"/> + <frame index="70"/> </animation> <animation direction="right"> - <frame index="67"/> + <frame index="71"/> </animation> </action> <action name="sittop" imageset="base"> <animation direction="down"> - <frame index="68"/> + <frame index="64"/> </animation> <animation direction="left"> - <frame index="69"/> + <frame index="65"/> </animation> <animation direction="up"> - <frame index="70"/> + <frame index="66"/> </animation> <animation direction="right"> - <frame index="71"/> + <frame index="67"/> </animation> </action> |