diff options
author | Reid <reidyaro@gmail.com> | 2012-09-21 00:42:13 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-21 00:42:13 +0200 |
commit | cc1d9429919c9a6c52ccae52b59c6f97b15d6314 (patch) | |
tree | cc61c321792ca10b7780f3ff142d375766f0847c /graphics | |
parent | 490f48f7e99661600864a8b3b34c867d0e16eb0c (diff) | |
download | clientdata-cc1d9429919c9a6c52ccae52b59c6f97b15d6314.tar.gz clientdata-cc1d9429919c9a6c52ccae52b59c6f97b15d6314.tar.bz2 clientdata-cc1d9429919c9a6c52ccae52b59c6f97b15d6314.tar.xz clientdata-cc1d9429919c9a6c52ccae52b59c6f97b15d6314.zip |
Correct some wrong placement on plushroom monster spritesheet,
Correct some wrong value of time on plushroom monster XML.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/plushroom.png | bin | 7949 -> 7903 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/plushroom.xml | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/plushroom.png b/graphics/sprites/monsters/plushroom.png Binary files differindex 330c45a0..e6c625aa 100644 --- a/graphics/sprites/monsters/plushroom.png +++ b/graphics/sprites/monsters/plushroom.png diff --git a/graphics/sprites/monsters/plushroom.xml b/graphics/sprites/monsters/plushroom.xml index b45d0f37..2021c5d1 100644 --- a/graphics/sprites/monsters/plushroom.xml +++ b/graphics/sprites/monsters/plushroom.xml @@ -14,7 +14,7 @@ Copyright (C) 2012 Evol Online --> <animation direction="default"> <!-- Spawn Animation --> <sequence start="0" end="4" delay="120"/> - <sequence start="5" end="6" delay="100"/> + <sequence start="5" end="6" delay="90"/> <jump action="stand"/> </animation> @@ -34,6 +34,7 @@ Copyright (C) 2012 Evol Online --> <animation> <!-- Dying Plushrooms. --> <sequence start="8" end="13" delay="120"/> + <frame index="14"/> </animation> </action> |