diff options
author | Reid <reidyaro@gmail.com> | 2012-03-31 00:19:14 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-04 21:34:04 +0200 |
commit | d234555783085ab076526504b5983adcdbbd63a7 (patch) | |
tree | 3225eefcbd14226b48b1b1e6e8ea2d3f13189365 | |
parent | 6393cc5aea4ccbcbd6fdd5f7c584987c9a408a5b (diff) | |
download | clientdata-d234555783085ab076526504b5983adcdbbd63a7.tar.gz clientdata-d234555783085ab076526504b5983adcdbbd63a7.tar.bz2 clientdata-d234555783085ab076526504b5983adcdbbd63a7.tar.xz clientdata-d234555783085ab076526504b5983adcdbbd63a7.zip |
Correct croc's color sprite,
Correct croc's xml dead animation.
-rw-r--r-- | graphics/sprites/monsters/croc.png | bin | 6708 -> 6762 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/croc.xml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/monsters/croc.png b/graphics/sprites/monsters/croc.png Binary files differindex e5293d6a..6d1039dc 100644 --- a/graphics/sprites/monsters/croc.png +++ b/graphics/sprites/monsters/croc.png diff --git a/graphics/sprites/monsters/croc.xml b/graphics/sprites/monsters/croc.xml index 6a255e3a..b8ea2aa6 100644 --- a/graphics/sprites/monsters/croc.xml +++ b/graphics/sprites/monsters/croc.xml @@ -106,7 +106,7 @@ Copyright (C) 2011 Evol Online --> </animation> </action> - <action name="dead" imageset="rat"> + <action name="dead" imageset="croc"> <animation direction="down"> <frame index="7"/> </animation> |