summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-03-02 01:55:24 +0000
committerReid Yaro <reidyaro@gmail.com>2013-03-02 01:58:17 +0000
commit29581d8b76ae3b249560366760eb9601d3db0b09 (patch)
tree8fe298e6bcc15f35a6fe3e2c32c2a3df9d0a0ac2 /graphics/sprites/npcs/xml
parentd323c292aabd3d1e0d55cd52ad364f543a441f44 (diff)
downloadclientdata-29581d8b76ae3b249560366760eb9601d3db0b09.tar.gz
clientdata-29581d8b76ae3b249560366760eb9601d3db0b09.tar.bz2
clientdata-29581d8b76ae3b249560366760eb9601d3db0b09.tar.xz
clientdata-29581d8b76ae3b249560366760eb9601d3db0b09.zip
Add cookie master as animated NPC.
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r--graphics/sprites/npcs/xml/cookiemaster.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/cookiemaster.xml b/graphics/sprites/npcs/xml/cookiemaster.xml
new file mode 100644
index 00000000..0006301a
--- /dev/null
+++ b/graphics/sprites/npcs/xml/cookiemaster.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2013 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/cookiemaster.png"
+ width="64"
+ height="128"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <frame index="0" delay="130"/>
+ <frame index="1" delay="90"/>
+ <frame index="2" delay="140"/>
+ <frame index="1" delay="90"/>
+ </animation>
+ </action>
+</sprite>