diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/head/phylactery.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/phylactery.xml b/graphics/sprites/equipment/head/phylactery.xml index 867ba681..82a63c64 100644 --- a/graphics/sprites/equipment/head/phylactery.xml +++ b/graphics/sprites/equipment/head/phylactery.xml @@ -43,6 +43,20 @@ <frame index="3" offsetX="0" offsetY="-29" delay="75"/> </animation> </action> + <action name="sit" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="left"> + <frame index="1" offsetX="6" offsetY="-18"/> + </animation> + <animation direction="up"> + <frame index="2" offsetX="0" offsetY="-17"/> + </animation> + <animation direction="right"> + <frame index="3" offsetX="-5" offsetY="-17"/> + </animation> + </action> <action name="attack" imageset="base"> <animation direction="down"> <frame index="0" offsetX="0" offsetY="-28" delay="75"/> |