diff options
author | bh28 <bernard@bh28.net> | 2013-03-30 16:51:09 +0100 |
---|---|---|
committer | bh28 <bernard@bh28.net> | 2013-03-30 16:51:09 +0100 |
commit | d77f443db738dc6fff784e13048c0a4a21f287a6 (patch) | |
tree | a610ac0c769ca3e8bf9372f0270d96b76c637a82 /graphics | |
parent | aeb3368355611665935210f53c1752992db09ffd (diff) | |
download | clientdata-d77f443db738dc6fff784e13048c0a4a21f287a6.tar.gz clientdata-d77f443db738dc6fff784e13048c0a4a21f287a6.tar.bz2 clientdata-d77f443db738dc6fff784e13048c0a4a21f287a6.tar.xz clientdata-d77f443db738dc6fff784e13048c0a4a21f287a6.zip |
Hetchel: Add Hetchel (weaver) sprite, xml and to npcs.xml
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/npc-weaver.png | bin | 0 -> 3050 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/npc-weaver.xml | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-weaver.png b/graphics/sprites/npcs/npc-weaver.png Binary files differnew file mode 100644 index 00000000..17177ce2 --- /dev/null +++ b/graphics/sprites/npcs/npc-weaver.png diff --git a/graphics/sprites/npcs/npc-weaver.xml b/graphics/sprites/npcs/npc-weaver.xml new file mode 100644 index 00000000..db0a0e66 --- /dev/null +++ b/graphics/sprites/npcs/npc-weaver.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-weaver.png" width="64" height="61"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |