diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-24 17:47:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-24 17:47:33 -0300 |
commit | 03dbf033b574aa00776175f9fabb8741e6371d7d (patch) | |
tree | c96b9ceed332cad51379e6eda493dd0aeffd0b0d /graphics/sprites/equipment/head/phylactery-female.xml | |
parent | c35a0ca9405b6f0dc76b173c813b78dced1b5a10 (diff) | |
download | clientdata-03dbf033b574aa00776175f9fabb8741e6371d7d.tar.gz clientdata-03dbf033b574aa00776175f9fabb8741e6371d7d.tar.bz2 clientdata-03dbf033b574aa00776175f9fabb8741e6371d7d.tar.xz clientdata-03dbf033b574aa00776175f9fabb8741e6371d7d.zip |
Fix Phylactery bug on female head >.>
Diffstat (limited to 'graphics/sprites/equipment/head/phylactery-female.xml')
-rw-r--r-- | graphics/sprites/equipment/head/phylactery-female.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/head/phylactery-female.xml b/graphics/sprites/equipment/head/phylactery-female.xml index bf24fd08..bd263a0d 100644 --- a/graphics/sprites/equipment/head/phylactery-female.xml +++ b/graphics/sprites/equipment/head/phylactery-female.xml @@ -43,6 +43,20 @@ <frame delay="75" index="3" offsetX="0" offsetY="-29"/> </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 imageset="base" name="attack"> <animation direction="down"> <frame delay="75" index="0" offsetX="0" offsetY="-28"/> |