diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-09-24 14:49:53 +0200 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-17 13:04:09 +0100 |
commit | 2ac233c85d1559695e258e902f84493078d3dfb3 (patch) | |
tree | 12c111f5fb179e764d09241aa2b7e3a134c91260 /graphics/sprites/npcs/bones.xml | |
parent | 9bbf96de5a76f2d28d2ee03cf5d8213f1e3b5508 (diff) | |
download | clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.gz clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.bz2 clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.tar.xz clientdata-2ac233c85d1559695e258e902f84493078d3dfb3.zip |
Add the Illia npc graphics:
* The 2 witch sisters' robe
* A skeleton with a note
* A magical area
* A door sealed by an enchantment
* cursed waterfall particles
Diffstat (limited to 'graphics/sprites/npcs/bones.xml')
-rw-r--r-- | graphics/sprites/npcs/bones.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/bones.xml b/graphics/sprites/npcs/bones.xml new file mode 100644 index 00000000..a58bee58 --- /dev/null +++ b/graphics/sprites/npcs/bones.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/bones.png" width="62" height="32"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |