diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-10-23 08:29:07 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-10-23 08:29:07 +0000 |
commit | 5e656668bcc64816926f0bfd0a0daf9fc7307be2 (patch) | |
tree | a1f341dd65444d5fc5454a4d16a99b7aa5ef6478 | |
parent | 755d8a515da7ff845dc98a455c2d4f878658ea94 (diff) | |
download | art-5e656668bcc64816926f0bfd0a0daf9fc7307be2.tar.gz art-5e656668bcc64816926f0bfd0a0daf9fc7307be2.tar.bz2 art-5e656668bcc64816926f0bfd0a0daf9fc7307be2.tar.xz art-5e656668bcc64816926f0bfd0a0daf9fc7307be2.zip |
Delete weapon-fairybow.xml
-rw-r--r-- | Sprites/Equipment/weapons/weapon-fairybow.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Sprites/Equipment/weapons/weapon-fairybow.xml b/Sprites/Equipment/weapons/weapon-fairybow.xml deleted file mode 100644 index b4000964..00000000 --- a/Sprites/Equipment/weapons/weapon-fairybow.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0"?>
-<sprite name="player" action="stand">
- <imageset name="bow" src="graphics/sprites/weapon-fairybow.png" width="64" height="64"/>
- <action name="default" imageset="bow"/>
- <action name="attack_bow" imageset="bow">
- <animation direction="down">
- <sequence start="0" end="4" delay="75"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="5" end="9" delay="75"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="10" end="14" delay="75"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="15" end="19" delay="75"/>
- <end/>
- </animation>
- </action>
-</sprite>
\ No newline at end of file |