diff options
author | Reid <reidyaro@gmail.com> | 2015-02-03 05:18:29 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-03 05:18:29 +0100 |
commit | 89a1d902b6a3a3cc2d486c68255d486b362e889f (patch) | |
tree | e2f4319c2f5bae1d6e01d9440e88b79dc2baa832 /graphics/sprites/npcs/xml/harbour.xml | |
parent | 8f6bf9d178e24305617799884d45bec26d0abdce (diff) | |
download | clientdata-89a1d902b6a3a3cc2d486c68255d486b362e889f.tar.gz clientdata-89a1d902b6a3a3cc2d486c68255d486b362e889f.tar.bz2 clientdata-89a1d902b6a3a3cc2d486c68255d486b362e889f.tar.xz clientdata-89a1d902b6a3a3cc2d486c68255d486b362e889f.zip |
Add harbour xml.
Diffstat (limited to 'graphics/sprites/npcs/xml/harbour.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/harbour.xml | 27 |
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> |