diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2009-06-24 15:26:11 +0200 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2009-06-24 15:26:11 +0200 |
commit | 3e1919ef8a3f0fbbb100cada96d3f6876387dae4 (patch) | |
tree | 0a5c32b39e7d32605ac580c1e760e00294f9da0b /graphics/sprites/monster-lizard.xml | |
parent | 14d9a0a6de744aa7134730e904998f0a4223dda3 (diff) | |
download | clientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.tar.gz clientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.tar.bz2 clientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.tar.xz clientdata-3e1919ef8a3f0fbbb100cada96d3f6876387dae4.zip |
Added fire lizard with particle effect.
Diffstat (limited to 'graphics/sprites/monster-lizard.xml')
-rw-r--r-- | graphics/sprites/monster-lizard.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/graphics/sprites/monster-lizard.xml b/graphics/sprites/monster-lizard.xml new file mode 100644 index 00000000..9a4be0a8 --- /dev/null +++ b/graphics/sprites/monster-lizard.xml @@ -0,0 +1,67 @@ +<?xml version="1.0"?> +<sprite> + + <imageset name="base" src="graphics/sprites/monster-lizard.png|W" width="80" height="56" /> + + +<action name="stand" imageset="base"> + <animation direction="down"> + <frame index="26" /> + </animation> + <animation direction="left"> + <frame index="14" /> + </animation> + <animation direction="up"> + <frame index="38" /> + </animation> + <animation direction="right"> + <frame index="2" /> + </animation> + </action> + + <action name="walk" imageset="base"> + <animation direction="down"> + <sequence start="24" end="29" delay="75" /> + </animation> + <animation direction="left"> + <sequence start="12" end="17" delay="75" /> + </animation> + <animation direction="up"> + <sequence start="36" end="41" delay="75" /> + </animation> + <animation direction="right"> + <sequence start="0" end="5" delay="75" /> + </animation> + </action> + + + <action name="dead" imageset="base"> + <animation direction="down"> + <frame index="11" delay="100" /> + <frame index="23" delay="100" /> + <frame index="35" delay="100" /> + <frame index="47" delay="0" /> + <frame index="47" delay="0" /> + </animation> + </action> + + + <action name="attack" imageset="base"> + <animation direction="down"> + <sequence start="30" end="34" delay="75" /> + <end /> + </animation> + <animation direction="left"> + <sequence start="18" end="22" delay="75" /> + <end /> + </animation> + <animation direction="up"> + <sequence start="42" end="46" delay="75" /> + <end /> + </animation> + <animation direction="right"> + <sequence start="6" end="10" delay="75" /> + <end /> + </animation> + </action> +</sprite> |