diff options
author | wushin <pasekei@gmail.com> | 2014-07-01 13:50:19 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-07-02 23:58:24 -0500 |
commit | 18305b7c040b54efd169d5887e169a7b7fe862ea (patch) | |
tree | 8d8645d6aca5d06d8dda4fb7a8e0b7720a579eab /graphics/sprites/monsters/accessories/mushroom-base1-face1.xml | |
parent | b6ad9442cfb9a0aef2f9035c93cf6275820f51fb (diff) | |
download | clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.gz clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.bz2 clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.tar.xz clientdata-18305b7c040b54efd169d5887e169a7b7fe862ea.zip |
Fixing numerous warnings and errors in manaplus
closes #121
closes #108
closes #100
closes #93
Diffstat (limited to 'graphics/sprites/monsters/accessories/mushroom-base1-face1.xml')
-rw-r--r-- | graphics/sprites/monsters/accessories/mushroom-base1-face1.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/accessories/mushroom-base1-face1.xml b/graphics/sprites/monsters/accessories/mushroom-base1-face1.xml index cffeb7ba..8f2ebbc5 100644 --- a/graphics/sprites/monsters/accessories/mushroom-base1-face1.xml +++ b/graphics/sprites/monsters/accessories/mushroom-base1-face1.xml @@ -30,8 +30,7 @@ <animation direction="down">
<frame index="0" delay="150" offsetY="-5" />
<frame index="2" delay="75" offsetY="-10" />
- <frame index="3" delay="75" offsetY="-5" />
- <frame index="3" delay="75" offsetY="-5" />
+ <frame index="3" delay="150" offsetY="-5" />
</animation>
<animation direction="downleft">
<frame index="18" delay="150" offsetY="-5" />
@@ -79,25 +78,31 @@ <animation direction="down">
<frame index="5" delay="150" offsetY="-5" />
<frame index="4" delay="75" offsetY="-5" />
+ <end/>
</animation>
<animation direction="downleft">
<frame index="23" delay="150" offsetY="-5" />
<frame index="22" delay="75" offsetY="-5" />
+ <end/>
</animation>
<animation direction="downright">
<frame index="11" delay="150" offsetY="-5" />
<frame index="10" delay="75" offsetY="-5" />
+ <end/>
</animation>
<animation direction="left">
<frame index="29" delay="150" offsetY="-5" />
<frame index="28" delay="75" offsetY="-5" />
+ <end/>
</animation>
<animation direction="up">
- <frame index="60" />
+ <frame index="30" />
+ <end/>
</animation>
<animation direction="right">
<frame index="17" delay="150" offsetY="-5" />
<frame index="16" delay="75" offsetY="-5" />
+ <end/>
</animation>
</action>
</sprite>
|