diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-03-31 00:00:59 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-10 10:06:05 +0200 |
commit | 05990bbc1c3e19b12552b29cb9c977238768ed4c (patch) | |
tree | 349c9c9f6c949968c97576c0a53eafbbd353ea44 /graphics | |
parent | 52456dfdd6876706c5426f2eb3d3dab36f632183 (diff) | |
download | clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.tar.gz clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.tar.bz2 clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.tar.xz clientdata-05990bbc1c3e19b12552b29cb9c977238768ed4c.zip |
Adding new item 'Ice Gladius' made by ChefChelios.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/equipment/weapon/sword-ice.png | bin | 0 -> 728 bytes | |||
-rw-r--r-- | graphics/sprites/weapon-ice-gladius.png | bin | 0 -> 3501 bytes | |||
-rw-r--r-- | graphics/sprites/weapon-ice-gladius.xml | 27 |
3 files changed, 27 insertions, 0 deletions
diff --git a/graphics/items/equipment/weapon/sword-ice.png b/graphics/items/equipment/weapon/sword-ice.png Binary files differnew file mode 100644 index 00000000..27c9f9e3 --- /dev/null +++ b/graphics/items/equipment/weapon/sword-ice.png diff --git a/graphics/sprites/weapon-ice-gladius.png b/graphics/sprites/weapon-ice-gladius.png Binary files differnew file mode 100644 index 00000000..8349192c --- /dev/null +++ b/graphics/sprites/weapon-ice-gladius.png diff --git a/graphics/sprites/weapon-ice-gladius.xml b/graphics/sprites/weapon-ice-gladius.xml new file mode 100644 index 00000000..b99b08d9 --- /dev/null +++ b/graphics/sprites/weapon-ice-gladius.xml @@ -0,0 +1,27 @@ +<?xml version="1.0"?> +<sprite name="player" action="stand"> + <imageset name="icegladius" src="graphics/sprites/weapon-ice-gladius.png" width="64" height="64" /> + + <action name="default" imageset="icegladius"> + </action> + + <action name="attack" imageset="icegladius"> + <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> |