summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-03-24 22:25:32 +0100
committerReid <reidyaro@gmail.com>2016-03-24 22:27:47 +0100
commit51e4222eae2b371cfebe585d7d979ec915418334 (patch)
tree4c0b2b0eacc27da1f46755d3b48686c12fcb4f39 /graphics
parente967718de574146e73eb25db8fdb715185dd6b56 (diff)
downloadclientdata-51e4222eae2b371cfebe585d7d979ec915418334.tar.gz
clientdata-51e4222eae2b371cfebe585d7d979ec915418334.tar.bz2
clientdata-51e4222eae2b371cfebe585d7d979ec915418334.tar.xz
clientdata-51e4222eae2b371cfebe585d7d979ec915418334.zip
Add Mona's sprites and add her on npcs.xml as NPC ID 450.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/sprite/mona.pngbin0 -> 16381 bytes
-rw-r--r--graphics/sprites/npcs/xml/mona.xml15
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/mona.png b/graphics/sprites/npcs/sprite/mona.png
new file mode 100644
index 00000000..cbd85c24
--- /dev/null
+++ b/graphics/sprites/npcs/sprite/mona.png
Binary files differ
diff --git a/graphics/sprites/npcs/xml/mona.xml b/graphics/sprites/npcs/xml/mona.xml
new file mode 100644
index 00000000..f53767d3
--- /dev/null
+++ b/graphics/sprites/npcs/xml/mona.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2016 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/mona.png"
+ width="32"
+ height="64"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <sequence value="0,1,2,1,2" delay="110"/>
+ </animation>
+ </action>
+</sprite>