summaryrefslogtreecommitdiff
path: root/graphics/sprites
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-06-21 11:57:52 +0000
committerSaulc <lucashelaine14@gmail.com>2018-06-21 11:57:52 +0000
commit86be753c9ad6b36c531ccd4227113f5e79269cea (patch)
tree84ae07a40778a56338c5223ef30e39c22de13648 /graphics/sprites
parentf22a1d31e2c3ede1de525f0a0179937f8fd4ef4a (diff)
downloadclientdata-86be753c9ad6b36c531ccd4227113f5e79269cea.tar.gz
clientdata-86be753c9ad6b36c531ccd4227113f5e79269cea.tar.bz2
clientdata-86be753c9ad6b36c531ccd4227113f5e79269cea.tar.xz
clientdata-86be753c9ad6b36c531ccd4227113f5e79269cea.zip
Update archant.xml
Diffstat (limited to 'graphics/sprites')
-rw-r--r--graphics/sprites/monsters/archant.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/archant.xml b/graphics/sprites/monsters/archant.xml
index 40486be3..42b3a5a0 100644
--- a/graphics/sprites/monsters/archant.xml
+++ b/graphics/sprites/monsters/archant.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/archant.png" width="24" height="30"/>
+ <imageset name="base" src="graphics/sprites/monsters/archant.png"
+ width="24"
+ height="30"/>
+
<action name="stand" imageset="base">
<animation direction="down">
<frame index="0" offsetX="0" offsetY="2"/>
@@ -15,6 +21,7 @@
<frame index="30" offsetX="-1" offsetY="-3"/>
</animation>
</action>
+
<action name="walk" imageset="base">
<animation direction="down">
<sequence start="1" end="4" delay="75" offsetX="0" offsetY="2"/>
@@ -29,6 +36,7 @@
<sequence start="31" end="34" delay="75" offsetX="-1" offsetY="-3"/>
</animation>
</action>
+
<action name="dead" imageset="base">
<animation direction="down">
<frame index="9" offsetX="0" offsetY="2"/>
@@ -43,6 +51,7 @@
<frame index="39" offsetX="-1" offsetY="-3"/>
</animation>
</action>
+
<action name="attack" imageset="base">
<animation direction="down">
<sequence start="5" end="8" delay="75" offsetX="0" offsetY="2"/>