diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monsters/archant.xml | 13 |
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"/> |