diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-21 17:03:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-21 17:03:05 -0300 |
commit | 8c9b3883ec52c1b81c6cc05f4a1a2adb6a6f0460 (patch) | |
tree | 264b20f0758b5490863d3aee79a106c6c380a14c | |
parent | 508e0f79335bbdf053a79af03f33473ad9381c52 (diff) | |
download | art-8c9b3883ec52c1b81c6cc05f4a1a2adb6a6f0460.tar.gz art-8c9b3883ec52c1b81c6cc05f4a1a2adb6a6f0460.tar.bz2 art-8c9b3883ec52c1b81c6cc05f4a1a2adb6a6f0460.tar.xz art-8c9b3883ec52c1b81c6cc05f4a1a2adb6a6f0460.zip |
Fairy Bow (will be above Banshee Bow, maybe?) and Fairy Arrow sprite
Authored by Cassy, GPL2
-rw-r--r-- | Icon/weapons/FairyBow_Icon.png | bin | 0 -> 551 bytes | |||
-rw-r--r-- | Sprites/Equipment/weapons/weapon-fairybow.png | bin | 0 -> 4321 bytes | |||
-rw-r--r-- | Sprites/Equipment/weapons/weapon-fairybow.xml | 23 | ||||
-rw-r--r-- | Sprites/arrowh-fairy.png | bin | 0 -> 1437 bytes |
4 files changed, 23 insertions, 0 deletions
diff --git a/Icon/weapons/FairyBow_Icon.png b/Icon/weapons/FairyBow_Icon.png Binary files differnew file mode 100644 index 00000000..870ffb25 --- /dev/null +++ b/Icon/weapons/FairyBow_Icon.png diff --git a/Sprites/Equipment/weapons/weapon-fairybow.png b/Sprites/Equipment/weapons/weapon-fairybow.png Binary files differnew file mode 100644 index 00000000..6385d9d3 --- /dev/null +++ b/Sprites/Equipment/weapons/weapon-fairybow.png diff --git a/Sprites/Equipment/weapons/weapon-fairybow.xml b/Sprites/Equipment/weapons/weapon-fairybow.xml new file mode 100644 index 00000000..b4000964 --- /dev/null +++ b/Sprites/Equipment/weapons/weapon-fairybow.xml @@ -0,0 +1,23 @@ +<?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 diff --git a/Sprites/arrowh-fairy.png b/Sprites/arrowh-fairy.png Binary files differnew file mode 100644 index 00000000..78716569 --- /dev/null +++ b/Sprites/arrowh-fairy.png |