diff options
author | Micksha <ms-shaman@gmx.de> | 2018-11-09 15:30:26 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2018-11-09 15:30:26 +0000 |
commit | 348f85e0511e3aa507e03f0e8f0fd81f2a2d3c12 (patch) | |
tree | 3153f4e17d3f3131dbe5cb255604ff9d93a22ee7 /graphics/sprites/npcs/xml/rowboat.xml | |
parent | a86bda624e1d2feebbdeb62b264679eadfceef86 (diff) | |
download | clientdata-348f85e0511e3aa507e03f0e8f0fd81f2a2d3c12.tar.gz clientdata-348f85e0511e3aa507e03f0e8f0fd81f2a2d3c12.tar.bz2 clientdata-348f85e0511e3aa507e03f0e8f0fd81f2a2d3c12.tar.xz clientdata-348f85e0511e3aa507e03f0e8f0fd81f2a2d3c12.zip |
Sprites
Diffstat (limited to 'graphics/sprites/npcs/xml/rowboat.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/rowboat.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/sprites/npcs/xml/rowboat.xml b/graphics/sprites/npcs/xml/rowboat.xml index ec3c0d28..a3a35447 100644 --- a/graphics/sprites/npcs/xml/rowboat.xml +++ b/graphics/sprites/npcs/xml/rowboat.xml @@ -15,13 +15,13 @@ Copyright (C) 2018 Evol Online --> <frame index="6"/> </animation> <animation direction="left"> - <frame index="6"/> + <frame index="13"/> </animation> <animation direction="up"> - <frame index="13"/> + <frame index="20"/> </animation> <animation direction="down"> - <frame index="13"/> + <frame index="27"/> </animation> </action> <!-- Rowing --> @@ -50,20 +50,20 @@ Copyright (C) 2018 Evol Online --> <action name="dead" imageset="npc"> <!-- Dead --> <animation direction="right"> - <sequence start="20" end="27" delay="250" repeat="100"/> - <frame index="27" delay="10000"/> + <sequence start="28" end="29" delay="250" repeat="100"/> + <frame index="29" delay="10000"/> </animation> <animation direction="left"> - <sequence start="20" end="27" delay="250" repeat="100"/> - <frame index="27" delay="10000"/> + <sequence start="28" end="29" delay="250" repeat="100"/> + <frame index="29" delay="10000"/> </animation> <animation direction="up"> - <sequence start="20" end="27" delay="250" repeat="100"/> - <frame index="27" delay="10000"/> + <sequence start="28" end="29" delay="250" repeat="100"/> + <frame index="29" delay="10000"/> </animation> <animation direction="down"> - <sequence start="20" end="27" delay="250" repeat="100"/> - <frame index="27" delay="10000"/> + <sequence start="28" end="29" delay="250" repeat="100"/> + <frame index="29" delay="10000"/> </animation> </action> </sprite> |