diff options
author | Reid <reidyaro@gmail.com> | 2015-02-05 01:19:38 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-05 01:19:38 +0100 |
commit | bdbb509fec8afc8a85404139c506ac456b29f7f4 (patch) | |
tree | 63cde9621755eb89411c394210949d1d5a5bebc0 /graphics/sprites/npcs/xml/harbour.xml | |
parent | 4f4a5e79b0a1fae889017c2d1c43fd54d7a243a3 (diff) | |
download | clientdata-bdbb509fec8afc8a85404139c506ac456b29f7f4.tar.gz clientdata-bdbb509fec8afc8a85404139c506ac456b29f7f4.tar.bz2 clientdata-bdbb509fec8afc8a85404139c506ac456b29f7f4.tar.xz clientdata-bdbb509fec8afc8a85404139c506ac456b29f7f4.zip |
Complete animation on the harbour tile.
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"> |