diff options
Diffstat (limited to 'graphics/sprites/equipment/head/pumpkinhat.xml')
-rw-r--r-- | graphics/sprites/equipment/head/pumpkinhat.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/pumpkinhat.xml b/graphics/sprites/equipment/head/pumpkinhat.xml index 79a0fccc..e316eeab 100644 --- a/graphics/sprites/equipment/head/pumpkinhat.xml +++ b/graphics/sprites/equipment/head/pumpkinhat.xml @@ -136,6 +136,36 @@ Copyright (C) 2012-2013 Evol Online --> </animation> </action> + <action name="standride" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-28"/> + </animation> + </action> + + <action name="ride" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="-1" offsetY="-25"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="3" offsetY="-28"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="-1" offsetY="-28"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-6" offsetY="-28"/> + </animation> + </action> + <action name="dead" imageset="base"> <animation direction="default"> <frame index="4" offsetX="22" offsetY="-4"/> |