diff options
author | Reid <reidyaro@gmail.com> | 2012-06-01 03:56:31 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-06-01 03:56:31 +0200 |
commit | 2c50abfbb5666d49650a46bae69c39c31573378d (patch) | |
tree | 03483d6d04828b9eaea930820ab52e3537d9c4bd /graphics | |
parent | 1094994d04815d32767a5db490aa04b115345edb (diff) | |
download | clientdata-2c50abfbb5666d49650a46bae69c39c31573378d.tar.gz clientdata-2c50abfbb5666d49650a46bae69c39c31573378d.tar.bz2 clientdata-2c50abfbb5666d49650a46bae69c39c31573378d.tar.xz clientdata-2c50abfbb5666d49650a46bae69c39c31573378d.zip |
Correct some things related to coconut.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/monsters/coconut.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/sprites/monsters/coconut.xml b/graphics/sprites/monsters/coconut.xml index 284be61e..0374c696 100644 --- a/graphics/sprites/monsters/coconut.xml +++ b/graphics/sprites/monsters/coconut.xml @@ -45,8 +45,11 @@ Copyright (C) 2010-2012 Evol Online </action> <action name="hurt" imageset="base"> - <animation> - <frame index="5" delay="0" offsetY="59"/> + <animation direction="default"> + <frame index="2" delay="115"/> + <frame index="1" delay="110"/> + <frame index="0" delay="120"/> + <end /> </animation> </action> |