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/troll.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/troll.xml')
-rw-r--r-- | graphics/sprites/monsters/troll.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/graphics/sprites/monsters/troll.xml b/graphics/sprites/monsters/troll.xml index 985f866c..b6253ade 100644 --- a/graphics/sprites/monsters/troll.xml +++ b/graphics/sprites/monsters/troll.xml @@ -55,41 +55,49 @@ <action name="attack" imageset="base"> <animation direction="down"> <sequence start="96" end="101" delay="100"/> + <end/> </animation> <animation direction="downright"> <sequence start="102" end="107" delay="100"/> + <end/> </animation> <animation direction="right"> <sequence start="108" end="113" delay="100"/> + <end/> </animation> <animation direction="upright"> <sequence start="114" end="119" delay="100"/> + <end/> </animation> <animation direction="up"> <sequence start="120" end="125" delay="100"/> + <end/> </animation> <animation direction="upleft"> <sequence start="126" end="131" delay="100"/> + <end/> </animation> <animation direction="left"> <sequence start="132" end="137" delay="100"/> + <end/> </animation> <animation direction="downleft"> <sequence start="138" end="143" delay="100"/> + <end/> </animation> </action> <action name="dead" imageset="base"> <animation direction="down"> - <sequence start="144" end="149" delay="250"/> + <sequence start="144" end="149" delay="5250"/> </animation> <animation direction="right"> - <sequence start="150" end="155" delay="250"/> + <sequence start="150" end="155" delay="5250"/> </animation> <animation direction="up"> - <sequence start="156" end="161" delay="250"/> + <sequence start="156" end="161" delay="5250"/> </animation> <animation direction="left"> - <sequence start="162" end="167" delay="250"/> + <sequence start="162" end="167" delay="5250"/> </animation> </action> -</sprite>
\ No newline at end of file +</sprite> |