diff options
author | Wombat <hpwombat@yahoo.com> | 2010-11-07 14:24:15 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-11-07 14:24:15 -0500 |
commit | b98866cd80af1bb62b276dba7808da795672252b (patch) | |
tree | 026f80cdec061be954c3882d613270f44daeb58e /graphics/sprites/npcs/npc-beerguyghost.xml | |
parent | bfd9efcd12f9cfa5cdb92715424c3c7bdbda50bf (diff) | |
download | clientdata-b98866cd80af1bb62b276dba7808da795672252b.tar.gz clientdata-b98866cd80af1bb62b276dba7808da795672252b.tar.bz2 clientdata-b98866cd80af1bb62b276dba7808da795672252b.tar.xz clientdata-b98866cd80af1bb62b276dba7808da795672252b.zip |
Graveyard Inn NPCs Added
Undead and creepy NPCs added for use in the Graveyard Inn
Diffstat (limited to 'graphics/sprites/npcs/npc-beerguyghost.xml')
-rwxr-xr-x | graphics/sprites/npcs/npc-beerguyghost.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/npc-beerguyghost.xml b/graphics/sprites/npcs/npc-beerguyghost.xml new file mode 100755 index 00000000..ab73c8fb --- /dev/null +++ b/graphics/sprites/npcs/npc-beerguyghost.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-beerguyghost.png" width="32" height="118" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- Ghost beer --> + <frame index="0" delay="225"/> + <frame index="1" delay="225"/> + <frame index="2" delay="225"/> + <frame index="3" delay="225"/> + <frame index="4" delay="225"/> + <frame index="5" delay="225"/> + <frame index="6" delay="225"/> + <frame index="7" delay="225"/> + <frame index="8" delay="225"/> + <frame index="9" delay="225"/> + <frame index="10" delay="225"/> + <frame index="11" delay="225"/> + </animation> + </action> +</sprite> |