diff options
author | Reid <reidyaro@gmail.com> | 2011-12-28 23:56:04 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-28 23:56:04 +0100 |
commit | 701b8ecd317ee6785b8366c8115cc82b0786e1fd (patch) | |
tree | 8f89f9e6fc507565d432d14bbd2c10844570c7d4 /graphics/sprites/npcs/XML1/elmo1.xml | |
parent | 7e81a24f3c7754efd9a2d13fed32e9f4d2d7a3ad (diff) | |
download | clientdata-701b8ecd317ee6785b8366c8115cc82b0786e1fd.tar.gz clientdata-701b8ecd317ee6785b8366c8115cc82b0786e1fd.tar.bz2 clientdata-701b8ecd317ee6785b8366c8115cc82b0786e1fd.tar.xz clientdata-701b8ecd317ee6785b8366c8115cc82b0786e1fd.zip |
Add elmo1 npc,
rename dirgan in magic arpan,
Add both npcs on npcs.xml.
Diffstat (limited to 'graphics/sprites/npcs/XML1/elmo1.xml')
-rw-r--r-- | graphics/sprites/npcs/XML1/elmo1.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/XML1/elmo1.xml b/graphics/sprites/npcs/XML1/elmo1.xml new file mode 100644 index 00000000..89e31c90 --- /dev/null +++ b/graphics/sprites/npcs/XML1/elmo1.xml @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<!-- Author : Reid +Copyright (C) 2011 Evol Online --> +<sprite> + <imageset name="base" src="graphics/sprites/npcs/sprite/elmo1.png" width="50" height="70" /> + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" delay="7000"/> + <frame index="1" delay="60"/> + <frame index="2" delay="80"/> + <frame index="0" delay="3500"/> + <frame index="1" delay="60"/> + <frame index="2" delay="80"/> + </animation> + </action> +</sprite> |