diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-04-30 20:20:13 +0000 |
---|---|---|
committer | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-04-30 20:20:13 +0000 |
commit | 27c5fa0fcf8bcde4421a60a5465c3a7e8dcfcbec (patch) | |
tree | eb59a6fdd2fd2c6a366b246a7dfd6a4c7bda92a1 /graphics/sprites | |
parent | 4ca680bd88a6f8b7c7457633229593d92c6083af (diff) | |
download | clientdata-27c5fa0fcf8bcde4421a60a5465c3a7e8dcfcbec.tar.gz clientdata-27c5fa0fcf8bcde4421a60a5465c3a7e8dcfcbec.tar.bz2 clientdata-27c5fa0fcf8bcde4421a60a5465c3a7e8dcfcbec.tar.xz clientdata-27c5fa0fcf8bcde4421a60a5465c3a7e8dcfcbec.zip |
Updated Mouboo monster, removed dyeing and recoloured like original sheet (since it has two separate colours) added spiralling eyes on death animation.
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/monster-mouboo.png | bin | 30477 -> 44451 bytes | |||
-rw-r--r-- | graphics/sprites/monster-mouboo.xml | 22 |
2 files changed, 17 insertions, 5 deletions
diff --git a/graphics/sprites/monster-mouboo.png b/graphics/sprites/monster-mouboo.png Binary files differindex 12becb58..813176bf 100644 --- a/graphics/sprites/monster-mouboo.png +++ b/graphics/sprites/monster-mouboo.png diff --git a/graphics/sprites/monster-mouboo.xml b/graphics/sprites/monster-mouboo.xml index 0aa09a41..d57d6863 100644 --- a/graphics/sprites/monster-mouboo.xml +++ b/graphics/sprites/monster-mouboo.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monster-mouboo.png|W" width="80" height="80" />
+ <imageset name="base" src="graphics/sprites/monster-mouboo.png" width="80" height="80" />
<action name="stand" imageset="base">
<animation direction="down">
@@ -35,16 +35,28 @@ <action name="dead" imageset="base">
<animation direction="down">
- <frame index="29" />
+ <frame index="14" delay="100" />
+ <frame index="29" delay="100" />
+ <frame index="44" delay="100" />
+ <frame index="59" delay="100" />
</animation>
<animation direction="left">
- <frame index="29" />
+ <frame index="14" delay="100" />
+ <frame index="29" delay="100" />
+ <frame index="44" delay="100" />
+ <frame index="59" delay="100" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="14" delay="100" />
+ <frame index="29" delay="100" />
+ <frame index="44" delay="100" />
+ <frame index="59" delay="100" />
</animation>
<animation direction="right">
- <frame index="29" />
+ <frame index="14" delay="100" />
+ <frame index="29" delay="100" />
+ <frame index="44" delay="100" />
+ <frame index="59" delay="100" />
</animation>
</action>
|