summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-06-21 11:51:44 +0000
committerSaulc <lucashelaine14@gmail.com>2018-06-21 11:51:44 +0000
commitb6cac83b420592a5bbd888c2f03126da2b269ccc (patch)
treea4500e3a5f4611f3fa5d6c927eec4e319cbce117 /graphics
parentd409a127fede4e7ce9b35ceb5070b41687cd4d1c (diff)
downloadclientdata-b6cac83b420592a5bbd888c2f03126da2b269ccc.tar.gz
clientdata-b6cac83b420592a5bbd888c2f03126da2b269ccc.tar.bz2
clientdata-b6cac83b420592a5bbd888c2f03126da2b269ccc.tar.xz
clientdata-b6cac83b420592a5bbd888c2f03126da2b269ccc.zip
license to candor scorpion
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/monsters/candorscorpion.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/candorscorpion.xml b/graphics/sprites/monsters/candorscorpion.xml
index d8bda6e8..223c3c11 100644
--- a/graphics/sprites/monsters/candorscorpion.xml
+++ b/graphics/sprites/monsters/candorscorpion.xml
@@ -1,6 +1,12 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2018 TMW 2 Moubootaur Legends -->
+
<sprite>
- <imageset name="base" src="graphics/sprites/monsters/candorscorpion.png" width="48" height="45"/>
+ <imageset name="base" src="graphics/sprites/monsters/candorscorpion.png"
+ width="48"
+ height="45"/>
+
<action name="stand" imageset="base">
<animation direction="down">
<frame index="0" offsetY="2"/>
@@ -15,6 +21,7 @@
<frame index="30" offsetY="2"/>
</animation>
</action>
+
<action name="walk" imageset="base">
<animation direction="down">
<sequence start="1" end="4" delay="75" offsetY="2"/>
@@ -29,6 +36,7 @@
<sequence start="31" end="34" delay="75" offsetY="2"/>
</animation>
</action>
+
<action name="dead" imageset="base">
<animation direction="down">
<frame index="9" offsetY="2"/>
@@ -43,6 +51,7 @@
<frame index="39" offsetY="2"/>
</animation>
</action>
+
<action name="attack" imageset="base">
<animation direction="down">
<sequence start="5" end="8" delay="75" offsetY="2"/>