summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-16 23:31:22 +0200
committerReid <reidyaro@gmail.com>2015-06-16 23:31:22 +0200
commit8969c58f7c1b8c18471174abcad7dffc16ae22ea (patch)
tree632019908244f61708e8b61fa133e5bfa53e3d92 /graphics
parent24fb4fc00ec9e43ed7103ea3a1bb0ef2e50833a3 (diff)
downloadclientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.tar.gz
clientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.tar.bz2
clientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.tar.xz
clientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.zip
Add beuss XML.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/npcs/xml/beuss.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/beuss.xml b/graphics/sprites/npcs/xml/beuss.xml
new file mode 100644
index 00000000..f66b8ba9
--- /dev/null
+++ b/graphics/sprites/npcs/xml/beuss.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Authors: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/beuss.png"
+ width="64"
+ height="96"/>
+
+ <action name="stand" imageset="npc">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>