diff options
Diffstat (limited to 'graphics/sprites/npcs/xml/harbour.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/harbour.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/sprites/npcs/xml/harbour.xml b/graphics/sprites/npcs/xml/harbour.xml index 7ac263a0..005d9b14 100644 --- a/graphics/sprites/npcs/xml/harbour.xml +++ b/graphics/sprites/npcs/xml/harbour.xml @@ -10,14 +10,15 @@ Copyright (C) 2015 Evol Online --> <action name="stand" imageset="npc"> <!-- Static Top --> <animation direction="down"> + <frame index="0"/> </animation> - <!-- Moving Down, 560 seconds --> + <!-- Moving Down, 560 ms --> <animation direction="left"> - <sequence start="0" end="8" delay="80"/> + <sequence start="0" end="8" delay="40"/> </animation> - <!-- Moving Bottom, 560 seconds --> + <!-- Moving Bottom, 560 ms --> <animation direction="up"> - <sequence start="8" end="0" delay="80"/> + <sequence start="8" end="0" delay="40"/> </animation> <!-- Static Bottom--> <animation direction="right"> |