diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-23 23:12:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-23 23:12:11 -0300 |
commit | c35a0ca9405b6f0dc76b173c813b78dced1b5a10 (patch) | |
tree | db19c9577b70f12da84243afcde3529d1f7ff0b5 /graphics/sprites/equipment | |
parent | 5e142079ea9de64d182a0255151043d817cd5979 (diff) | |
download | clientdata-c35a0ca9405b6f0dc76b173c813b78dced1b5a10.tar.gz clientdata-c35a0ca9405b6f0dc76b173c813b78dced1b5a10.tar.bz2 clientdata-c35a0ca9405b6f0dc76b173c813b78dced1b5a10.tar.xz clientdata-c35a0ca9405b6f0dc76b173c813b78dced1b5a10.zip |
Fix XML bugs on Phylactery.
Well, not really. Just make it passable.
Diffstat (limited to 'graphics/sprites/equipment')
-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"/> |