summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/harbour.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/harbour.xml')
-rw-r--r--graphics/sprites/npcs/xml/harbour.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/harbour.xml b/graphics/sprites/npcs/xml/harbour.xml
new file mode 100644
index 00000000..7ac263a0
--- /dev/null
+++ b/graphics/sprites/npcs/xml/harbour.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2015 Evol Online -->
+<sprite>
+ <imageset name="npc"
+ src="graphics/sprites/npcs/sprite/harbour.png"
+ width="192"
+ height="128"/>
+
+ <action name="stand" imageset="npc">
+ <!-- Static Top -->
+ <animation direction="down">
+ </animation>
+ <!-- Moving Down, 560 seconds -->
+ <animation direction="left">
+ <sequence start="0" end="8" delay="80"/>
+ </animation>
+ <!-- Moving Bottom, 560 seconds -->
+ <animation direction="up">
+ <sequence start="8" end="0" delay="80"/>
+ </animation>
+ <!-- Static Bottom-->
+ <animation direction="right">
+ <frame index="8"/>
+ </animation>
+ </action>
+</sprite>