diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-08 23:44:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-08 23:44:05 -0300 |
commit | ec7d516f9a3ad2ac94006be7b614ce0681665820 (patch) | |
tree | b8a375f5832e18eb1b0b92f66ce3978588afe949 /graphics/sprites | |
parent | 91b0e40672e555940f04a0018f493019ae95efc8 (diff) | |
download | clientdata-ec7d516f9a3ad2ac94006be7b614ce0681665820.tar.gz clientdata-ec7d516f9a3ad2ac94006be7b614ce0681665820.tar.bz2 clientdata-ec7d516f9a3ad2ac94006be7b614ce0681665820.tar.xz clientdata-ec7d516f9a3ad2ac94006be7b614ce0681665820.zip |
Update items accordingly
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/weapons/heavyaxe.png | bin | 0 -> 25595 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/weapons/heavyaxe.xml | 9 | ||||
-rw-r--r-- | graphics/sprites/equipment/weapons/kanabo.png | bin | 0 -> 16046 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/weapons/kanabo.xml | 26 |
4 files changed, 35 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/weapons/heavyaxe.png b/graphics/sprites/equipment/weapons/heavyaxe.png Binary files differnew file mode 100644 index 00000000..de6e3916 --- /dev/null +++ b/graphics/sprites/equipment/weapons/heavyaxe.png diff --git a/graphics/sprites/equipment/weapons/heavyaxe.xml b/graphics/sprites/equipment/weapons/heavyaxe.xml new file mode 100644 index 00000000..f4e4af8e --- /dev/null +++ b/graphics/sprites/equipment/weapons/heavyaxe.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="weapon" + src="graphics/sprites/equipment/weapons/heavyaxe.png" + width="64" + height="64"/> + + <include file="equipment/weapons/kanabo.xml"/> +</sprite> diff --git a/graphics/sprites/equipment/weapons/kanabo.png b/graphics/sprites/equipment/weapons/kanabo.png Binary files differnew file mode 100644 index 00000000..e227b988 --- /dev/null +++ b/graphics/sprites/equipment/weapons/kanabo.png diff --git a/graphics/sprites/equipment/weapons/kanabo.xml b/graphics/sprites/equipment/weapons/kanabo.xml new file mode 100644 index 00000000..d8553886 --- /dev/null +++ b/graphics/sprites/equipment/weapons/kanabo.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="weapon" src="graphics/sprites/equipment/weapons/kanabo.png" width="64" height="64" /> + + <action name="default" imageset="weapon"> + </action> + + <action name="attack" imageset="weapon"> + <animation direction="down"> + <sequence start="0" end="3" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="4" end="7" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="8" end="11" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="12" end="15" delay="75" /> + <end /> + </animation> + </action> +</sprite> |