diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-07-20 13:09:52 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-11-06 12:33:37 +0100 |
commit | 9ccc0506331028d01bb329fc24ab2c56432bc2e3 (patch) | |
tree | a2bfd1cb8ec0b766148c1b21fb91aa5fc952aeaa /graphics/sprites/npcs/xml/lumberjack.xml | |
parent | 4ca3e380174c89c1be2cc000f33b418a89869243 (diff) | |
download | clientdata-9ccc0506331028d01bb329fc24ab2c56432bc2e3.tar.gz clientdata-9ccc0506331028d01bb329fc24ab2c56432bc2e3.tar.bz2 clientdata-9ccc0506331028d01bb329fc24ab2c56432bc2e3.tar.xz clientdata-9ccc0506331028d01bb329fc24ab2c56432bc2e3.zip |
Add the first few npcs: old Koga, Lumberjack, Richard.
Diffstat (limited to 'graphics/sprites/npcs/xml/lumberjack.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/lumberjack.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/lumberjack.xml b/graphics/sprites/npcs/xml/lumberjack.xml new file mode 100644 index 00000000..c099838b --- /dev/null +++ b/graphics/sprites/npcs/xml/lumberjack.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/npc-lumberjack.png" width="42" height="63"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <!-- eyes movements --> + <frame index="0" delay="3000"/> + <frame index="1" delay="80"/> + <frame index="0" delay="1500"/> + <frame index="1" delay="80"/> + <frame index="0" delay="3000"/> + <frame index="1" delay="300"/> + </animation> + </action> +</sprite> |