diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-23 08:24:24 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:56:44 +0100 |
commit | d1f07ea6a389cf72b633d87e5be71856eff92c12 (patch) | |
tree | cf7e95beeda555c1c8e6cedd7d97b3cb69dac1df /graphics/sprites/npcs/xml/rowboat.xml | |
parent | 54d1709d7535912be63063a3728375ad729a0d3f (diff) | |
download | clientdata-d1f07ea6a389cf72b633d87e5be71856eff92c12.tar.gz clientdata-d1f07ea6a389cf72b633d87e5be71856eff92c12.tar.bz2 clientdata-d1f07ea6a389cf72b633d87e5be71856eff92c12.tar.xz clientdata-d1f07ea6a389cf72b633d87e5be71856eff92c12.zip |
update rowboat sprite
Diffstat (limited to 'graphics/sprites/npcs/xml/rowboat.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/rowboat.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/rowboat.xml b/graphics/sprites/npcs/xml/rowboat.xml new file mode 100644 index 00000000..ea6b131c --- /dev/null +++ b/graphics/sprites/npcs/xml/rowboat.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid, Micksha +Copyright (C) 2018 Evol Online --> + +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/rowboat.png" + width="192" + height="160" + offsetY="0" + offsetX="0"/> + + <action name="stand" imageset="npc"> + <!-- Static Top --> + <animation direction="down"> + <frame index="0"/> + </animation> + <!-- Right --> + <animation direction="right"> + <sequence start="0" end="2" delay="175"/> + <sequence start="3" end="5" delay="150"/> + </animation> + <!-- Left --> + <animation direction="left"> + <sequence start="6" end="8" delay="175"/> + <sequence start="9" end="11" delay="150"/> + </animation> + <!-- Up --> + <animation direction="up"> + <sequence start="12" end="14" delay="175"/> + <sequence start="15" end="17" delay="150"/> + </animation> + <!-- Down --> + <animation direction="down"> + <sequence start="18" end="20" delay="175"/> + <sequence start="21" end="23" delay="150"/> + </animation> + </action> +</sprite> |