diff options
author | Reid <reidyaro@gmail.com> | 2015-07-09 03:33:29 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-07-09 03:33:29 +0200 |
commit | 06eceaaf3cebea0d90d5477991aec2c162c682bc (patch) | |
tree | 7fda398feb6410d4e466fe4fa2781ab04a0cc4b6 /graphics | |
parent | a689ab74ec234a006f14407fb86262c078bfb649 (diff) | |
download | clientdata-06eceaaf3cebea0d90d5477991aec2c162c682bc.tar.gz clientdata-06eceaaf3cebea0d90d5477991aec2c162c682bc.tar.bz2 clientdata-06eceaaf3cebea0d90d5477991aec2c162c682bc.tar.xz clientdata-06eceaaf3cebea0d90d5477991aec2c162c682bc.zip |
Add eugene xml and offset his name on npcs.xml.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/eugene.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/eugene.xml b/graphics/sprites/npcs/xml/eugene.xml new file mode 100644 index 00000000..c529a803 --- /dev/null +++ b/graphics/sprites/npcs/xml/eugene.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Reid +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/eugene.png" + width="96" + height="128" + offsetX="32" + offsetY="64"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0" delay="1500"/> + <sequence start="1" end="5" delay="130"/> + </animation> + </action> +</sprite> |