diff options
author | Reid <reidyaro@gmail.com> | 2012-09-21 00:18:39 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-21 00:18:39 +0200 |
commit | 490f48f7e99661600864a8b3b34c867d0e16eb0c (patch) | |
tree | fbc3051bd39ea1347d2297bded53e4017f39cebe /graphics/sprites/monsters | |
parent | 494a28a27a8d281151fcfb1e95e0c0b224c5f932 (diff) | |
download | clientdata-490f48f7e99661600864a8b3b34c867d0e16eb0c.tar.gz clientdata-490f48f7e99661600864a8b3b34c867d0e16eb0c.tar.bz2 clientdata-490f48f7e99661600864a8b3b34c867d0e16eb0c.tar.xz clientdata-490f48f7e99661600864a8b3b34c867d0e16eb0c.zip |
Add death animation on plushroom XML.
Diffstat (limited to 'graphics/sprites/monsters')
-rw-r--r-- | graphics/sprites/monsters/plushroom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/plushroom.xml b/graphics/sprites/monsters/plushroom.xml index 21e317d7..b45d0f37 100644 --- a/graphics/sprites/monsters/plushroom.xml +++ b/graphics/sprites/monsters/plushroom.xml @@ -32,9 +32,8 @@ Copyright (C) 2012 Evol Online --> <action name="dead" imageset="mob"> <animation> - <!-- Dying main plushroom. --> - <frame index="0"/> - <!-- Other plushrooms are also dying. --> + <!-- Dying Plushrooms. --> + <sequence start="8" end="13" delay="120"/> </animation> </action> |