diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-24 12:21:16 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-24 12:21:16 +0000 |
commit | ac729221c76a637cef5d47003823d441b54fca9d (patch) | |
tree | 7925de06519b566e14419ac6599c5a56ee34d016 | |
parent | e7c7ab7b9d4e4f7d932fbc3f9c172076228f3bf0 (diff) | |
download | art-ac729221c76a637cef5d47003823d441b54fca9d.tar.gz art-ac729221c76a637cef5d47003823d441b54fca9d.tar.bz2 art-ac729221c76a637cef5d47003823d441b54fca9d.tar.xz art-ac729221c76a637cef5d47003823d441b54fca9d.zip |
Delete parsley-earplugs.xml we use TMW2 xml
-rw-r--r-- | Sprites/Equipment/head/parsley-earplugs.xml | 117 |
1 files changed, 0 insertions, 117 deletions
diff --git a/Sprites/Equipment/head/parsley-earplugs.xml b/Sprites/Equipment/head/parsley-earplugs.xml deleted file mode 100644 index f2255bb4..00000000 --- a/Sprites/Equipment/head/parsley-earplugs.xml +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0"?> -<sprite> - <imageset name="base" src="graphics/sprites/equipment/head/parsley-earplugs.png" width="32" height="16"/> - <action name="stand" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY="-41"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY="-40"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY="-38"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY="-40"/> - </animation> - </action> - <action name="walk" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-41" delay="150"/> - <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-41" delay="150"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="2" offsetY="-40" delay="75"/> - <frame index="1" offsetX="2" offsetY="-39" delay="75"/> - <frame index="1" offsetX="2" offsetY="-40" delay="150"/> - <frame index="1" offsetX="2" offsetY="-39" delay="75"/> - <frame index="1" offsetX="2" offsetY="-40" delay="75"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> - <frame index="2" offsetX="-2" offsetY="-38" delay="75"/> - <frame index="2" offsetX="-2" offsetY="-39" delay="150"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-3" offsetY="-40" delay="75"/> - <frame index="3" offsetX="-3" offsetY="-39" delay="75"/> - <frame index="3" offsetX="-3" offsetY="-40" delay="150"/> - <frame index="3" offsetX="-3" offsetY="-39" delay="75"/> - <frame index="3" offsetX="-3" offsetY="-40" delay="75"/> - </animation> - </action> - <action name="attack" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-36" delay="75"/> - <end/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY="-41" delay="75"/> - <frame index="1" offsetX="6" offsetY="-42" delay="75"/> - <frame index="1" offsetX="2" offsetY="-39" delay="75"/> - <frame index="1" offsetX="1" offsetY="-38" delay="75"/> - <end/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-3" offsetY="-38" delay="225"/> - <frame index="2" offsetX="-3" offsetY="-36" delay="75"/> - <end/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY="-41" delay="75"/> - <frame index="3" offsetX="-6" offsetY="-42" delay="75"/> - <frame index="3" offsetX="-3" offsetY="-39" delay="75"/> - <frame index="3" offsetX="-2" offsetY="-38" delay="75"/> - <end/> - </animation> - </action> - <action name="attack_bow" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY="-40" delay="225"/> - <frame index="0" offsetX="-1" offsetY="-39" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-40" delay="75"/> - <end/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="5" offsetY="-40" delay="225"/> - <frame index="1" offsetX="7" offsetY="-41" delay="150"/> - <end/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-2" offsetY="-38" delay="225"/> - <frame index="2" offsetX="-3" offsetY="-37" delay="75"/> - <frame index="2" offsetX="-3" offsetY="-38" delay="75"/> - <end/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-6" offsetY="-40" delay="225"/> - <frame index="3" offsetX="-8" offsetY="-41" delay="150"/> - <end/> - </animation> - </action> - <action name="sit" imageset="base"> - <animation direction="down"> - <frame index="0" offsetX="-1" offsetY="-29"/> - </animation> - <animation direction="left"> - <frame index="1" offsetX="6" offsetY="-31"/> - </animation> - <animation direction="up"> - <frame index="2" offsetX="-1" offsetY="-30"/> - </animation> - <animation direction="right"> - <frame index="3" offsetX="-9" offsetY="-31"/> - </animation> - </action> - <action name="dead" imageset="base"> - <animation direction="default"> - <frame index="1" offsetX="21" offsetY="-4"/> - </animation> - </action> -</sprite> |