diff options
author | Reid <reidyaro@gmail.com> | 2012-06-13 18:48:33 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-13 18:48:33 +0200 |
commit | 0a1c71c93aa705c61efe00ddc400463ffa56478f (patch) | |
tree | f847ef4a4548d35d8cef919961f8d1433649e7be /graphics/sprites/players | |
parent | 37b459b41bbb49c1e09709be485a4c94b90b007b (diff) | |
download | clientdata-0a1c71c93aa705c61efe00ddc400463ffa56478f.tar.gz clientdata-0a1c71c93aa705c61efe00ddc400463ffa56478f.tar.bz2 clientdata-0a1c71c93aa705c61efe00ddc400463ffa56478f.tar.xz clientdata-0a1c71c93aa705c61efe00ddc400463ffa56478f.zip |
Correct sit frames on human-male.xml.
Diffstat (limited to 'graphics/sprites/players')
-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> |