summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-10-25 15:15:09 +0100
committerReid <reidyaro@gmail.com>2015-10-25 15:15:09 +0100
commitc55e9f5bba5cc480e630779488e3a043bc7fecdf (patch)
treed63e38b231fa3a2e671ffc2978ab891f264b8cc7 /graphics
parent9d725e6f22da481ca4d2f124b3325df64af1ed8f (diff)
downloadclientdata-c55e9f5bba5cc480e630779488e3a043bc7fecdf.tar.gz
clientdata-c55e9f5bba5cc480e630779488e3a043bc7fecdf.tar.bz2
clientdata-c55e9f5bba5cc480e630779488e3a043bc7fecdf.tar.xz
clientdata-c55e9f5bba5cc480e630779488e3a043bc7fecdf.zip
Add bacchus sprite and animation as ID 443.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/sprite/bacchus.pngbin0 -> 15782 bytes
-rw-r--r--graphics/sprites/npcs/xml/bacchus.xml14
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/bacchus.png b/graphics/sprites/npcs/sprite/bacchus.png
new file mode 100644
index 00000000..9422c4e8
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/bacchus.png
Binary files differ
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>