diff options
author | Reid <reidyaro@gmail.com> | 2015-06-18 02:40:14 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-18 02:40:14 +0200 |
commit | 46030952326a650221365c841e267037dec5206b (patch) | |
tree | 8ce9e3977ff6259cb80233b43c8f34b7cdafc1ef /graphics/sprites/npcs | |
parent | 06dec52c25d031b4620020f8a21e3580f17e15fb (diff) | |
download | clientdata-46030952326a650221365c841e267037dec5206b.tar.gz clientdata-46030952326a650221365c841e267037dec5206b.tar.bz2 clientdata-46030952326a650221365c841e267037dec5206b.tar.xz clientdata-46030952326a650221365c841e267037dec5206b.zip |
Add elmo animation.
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/xml/elmo-artis.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/elmo-artis.xml b/graphics/sprites/npcs/xml/elmo-artis.xml new file mode 100644 index 00000000..5f6019c6 --- /dev/null +++ b/graphics/sprites/npcs/xml/elmo-artis.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="base" + src="graphics/sprites/npcs/sprite/elmo-artis.png" + width="64" + height="64"/> + + <action name="stand" imageset="base"> + <animation direction="default"> + <label name="start"/> + <goto label="blink" rand="10"/> + + <!-- Leg animation --> + <sequence value="0,3,4,5,4,3" delay="120" offsetX="-12"/> + <goto label="start"/> + + <!-- blinking and last frame of leg animation --> + <label name="blink"/> + <sequence start="1" end="2" delay="60" offsetX ="-12"/> + <frame index="3" delay="120" offsetX ="-12"/> + <goto label="start"/> + </animation> + </action> +</sprite> |