diff options
author | Reid <reidyaro@gmail.com> | 2015-10-25 15:15:09 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:14:56 +0100 |
commit | 4040b32bf86fcfed44aa4f0e5540eecebd855c8e (patch) | |
tree | 2a62dd3d62b83993d10a70f0a0f5edf0940bf591 /graphics/sprites/npcs/xml | |
parent | 54575f4508a177a4014356751fb5b3c9e7bd6e50 (diff) | |
download | clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.tar.gz clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.tar.bz2 clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.tar.xz clientdata-4040b32bf86fcfed44aa4f0e5540eecebd855c8e.zip |
Add bacchus sprite and animation as ID 443.
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r-- | graphics/sprites/npcs/xml/bacchus.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/bacchus.xml b/graphics/sprites/npcs/xml/bacchus.xml new file mode 100644 index 00000000..cef5f733 --- /dev/null +++ b/graphics/sprites/npcs/xml/bacchus.xml @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!-- Author : Reid +Copyright (C) 2012-2015 Evol Online --> +<sprite> + + <imageset name="base" src="graphics/sprites/npcs/sprite/bacchus.png" width="64" height="64" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> + +</sprite> |