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/koga.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/koga.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/koga.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/koga.xml b/graphics/sprites/npcs/xml/koga.xml new file mode 100644 index 00000000..cff9a83e --- /dev/null +++ b/graphics/sprites/npcs/xml/koga.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite variants="1" variant_offset="1"> + <imageset name="base" src="graphics/sprites/npcs/koga.png" width="634" height="477"/> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |