diff options
author | Reid <reidyaro@gmail.com> | 2015-06-18 03:27:11 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-18 03:27:11 +0200 |
commit | a8763e77340478dfc4b557bed3dcb3aa07998137 (patch) | |
tree | 89c166c70bda139b00c8906d95b96352f65c0ce9 /graphics | |
parent | 0da6284f6033fcc07a199bc60a6be4f51f73c83a (diff) | |
download | clientdata-a8763e77340478dfc4b557bed3dcb3aa07998137.tar.gz clientdata-a8763e77340478dfc4b557bed3dcb3aa07998137.tar.bz2 clientdata-a8763e77340478dfc4b557bed3dcb3aa07998137.tar.xz clientdata-a8763e77340478dfc4b557bed3dcb3aa07998137.zip |
Add Q'Oran animation for Artis.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/sprite/qonan.png | bin | 0 -> 15755 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/qonan.xml | 25 |
2 files changed, 25 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/qonan.png b/graphics/sprites/npcs/sprite/qonan.png Binary files differnew file mode 100644 index 00000000..7fb133bf --- /dev/null +++ b/graphics/sprites/npcs/sprite/qonan.png diff --git a/graphics/sprites/npcs/xml/qonan.xml b/graphics/sprites/npcs/xml/qonan.xml new file mode 100644 index 00000000..1d6d0620 --- /dev/null +++ b/graphics/sprites/npcs/xml/qonan.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/qonan.png" + width="32" + height="64"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <label name="start"/> + <goto label="blink" rand="10"/> + + <!-- static --> + <frame index="0" delay="350"/> + <goto label="start"/> + + <!-- blinking--> + <label name="blink"/> + <sequence value="1,2,1" delay="90"/> + <goto label="start"/> + </animation> + </action> +</sprite> |