diff options
author | Reid <reidyaro@gmail.com> | 2012-10-21 19:34:41 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-21 19:34:41 +0200 |
commit | 8a9ba1b8f085db66bb64cc3b09883712489745ba (patch) | |
tree | 83b26d9acd8e65a9e94ec09c87f871332791ad44 /graphics/sprites/npcs | |
parent | 0210950549ccaf73cc0a05492578241bb37a617b (diff) | |
download | clientdata-8a9ba1b8f085db66bb64cc3b09883712489745ba.tar.gz clientdata-8a9ba1b8f085db66bb64cc3b09883712489745ba.tar.bz2 clientdata-8a9ba1b8f085db66bb64cc3b09883712489745ba.tar.xz clientdata-8a9ba1b8f085db66bb64cc3b09883712489745ba.zip |
Add different xml file for darlin.
Diffstat (limited to 'graphics/sprites/npcs')
-rw-r--r-- | graphics/sprites/npcs/xml/darlin.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/darlin.xml b/graphics/sprites/npcs/xml/darlin.xml new file mode 100644 index 00000000..78c5e9ec --- /dev/null +++ b/graphics/sprites/npcs/xml/darlin.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144, Reid +Copyright (C) 2011-2012 Evol Online --> +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/unanimated.png" + width="64" + height="64" + offsetY="-160"/> + + <action name="stand" imageset="npc"> + <animation> + <frame index="1"/> + </animation> + </action> +</sprite> |