summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2019-03-06 15:10:25 +0000
committerSaulc <lucashelaine14@gmail.com>2019-03-06 15:10:25 +0000
commit635c8b377c9e5c038e243adbf41bc32630a276eb (patch)
treed5130e0f68aebed03e7165e71b14398824c83e85
parentaa78266cfcb7ae5e06dd4a8247ae865e50760bab (diff)
downloadclientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.tar.gz
clientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.tar.bz2
clientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.tar.xz
clientdata-635c8b377c9e5c038e243adbf41bc32630a276eb.zip
add thorn xml
-rw-r--r--graphics/sprites/npcs/xml/thorn.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/thorn.xml b/graphics/sprites/npcs/xml/thorn.xml
new file mode 100644
index 00000000..49f7276f
--- /dev/null
+++ b/graphics/sprites/npcs/xml/thorn.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2019 TMW2-->
+
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/npcs/simple/thorn.png"
+ width="64"
+ height="64"/>
+
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>