diff options
Diffstat (limited to 'graphics/sprites/races/human-male.xml')
-rw-r--r-- | graphics/sprites/races/human-male.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml index 9ca18f95..f209b58b 100644 --- a/graphics/sprites/races/human-male.xml +++ b/graphics/sprites/races/human-male.xml @@ -105,6 +105,36 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> + <action name="standride" imageset="base"> + <animation direction="down"> + <frame index="64"/> + </animation> + <animation direction="left"> + <frame index="65"/> + </animation> + <animation direction="up"> + <frame index="66"/> + </animation> + <animation direction="right"> + <frame index="67"/> + </animation> + </action> + + <action name="ride" imageset="base"> + <animation direction="down"> + <frame index="64"/> + </animation> + <animation direction="left"> + <frame index="65"/> + </animation> + <animation direction="up"> + <frame index="66"/> + </animation> + <animation direction="right"> + <frame index="67"/> + </animation> + </action> + <action name="dead" imageset="base"> <animation direction="down"> <frame index="72"/> |