summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2019-03-04 10:53:57 +0000
committerSaulc <lucashelaine14@gmail.com>2019-03-04 10:53:57 +0000
commit5b418e4766a2fe8825866c83d93d2d5a4f2e32b4 (patch)
tree05b8496e1f1701736b625395a225e330dbf33769
parent0d1bc63531ebb65e67bd6fc333495cd18130847b (diff)
downloadclientdata-5b418e4766a2fe8825866c83d93d2d5a4f2e32b4.tar.gz
clientdata-5b418e4766a2fe8825866c83d93d2d5a4f2e32b4.tar.bz2
clientdata-5b418e4766a2fe8825866c83d93d2d5a4f2e32b4.tar.xz
clientdata-5b418e4766a2fe8825866c83d93d2d5a4f2e32b4.zip
Add gluten npc xml
-rw-r--r--graphics/sprites/npcs/xml/gluten.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/gluten.xml b/graphics/sprites/npcs/xml/gluten.xml
new file mode 100644
index 00000000..2ffbeffc
--- /dev/null
+++ b/graphics/sprites/npcs/xml/gluten.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/gluten.png"
+ width="64"
+ height="64"/>
+
+ <action name="stand" imageset="base">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>