summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/rowboat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/rowboat.xml')
-rw-r--r--graphics/sprites/npcs/xml/rowboat.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/graphics/sprites/npcs/xml/rowboat.xml b/graphics/sprites/npcs/xml/rowboat.xml
index 83eb90c2..25c41a71 100644
--- a/graphics/sprites/npcs/xml/rowboat.xml
+++ b/graphics/sprites/npcs/xml/rowboat.xml
@@ -13,9 +13,12 @@ Copyright (C) 2018 Evol Online -->
<action name="stand" imageset="npc">
<animation direction="right">
<frame index="6"/>
- </animation>
+ <animation direction="left">
+ <frame index="6"/>
<animation direction="up">
<frame index="13"/>
+ <animation direction="down">
+ <frame index="13"/>
</animation>
</action>
<!-- Rowing -->
@@ -43,9 +46,21 @@ Copyright (C) 2018 Evol Online -->
</action>
<action name="dead" imageset="npc">
<!-- Dead -->
+ <animation direction="right">
+ <sequence start="20" end="27" delay="250" repeat="100"/>
+ <frame index="27" delay="10000"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="20" end="27" delay="250" repeat="100"/>
+ <frame index="27" delay="10000"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="20" end="27" delay="250" repeat="100"/>
+ <frame index="27" delay="10000"/>
+ </animation>
<animation direction="down">
- <frame index="20" delay="250"/>
- <frame index="27" delay="250"/>
+ <sequence start="20" end="27" delay="250" repeat="100"/>
+ <frame index="27" delay="10000"/>
</animation>
</action>
</sprite>