diff options
Diffstat (limited to 'graphics/sprites/monsters/rot.xml')
-rw-r--r-- | graphics/sprites/monsters/rot.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/rot.xml b/graphics/sprites/monsters/rot.xml new file mode 100644 index 00000000..fadc8711 --- /dev/null +++ b/graphics/sprites/monsters/rot.xml @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/monsters/rot.png" width="20" height="20"/> + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + <action name="attack" imageset="base"> + <animation direction="default"> + <sequence start="1" end="2" delay="100"/> + <end/> + </animation> + </action> + <action name="dead" imageset="base"> + <animation> + <frame index="2" delay="5000"/> + </animation> + </action> +</sprite> |