diff options
author | Reid <reidyaro@gmail.com> | 2015-06-16 23:31:22 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-16 23:31:22 +0200 |
commit | 8969c58f7c1b8c18471174abcad7dffc16ae22ea (patch) | |
tree | 632019908244f61708e8b61fa133e5bfa53e3d92 /graphics | |
parent | 24fb4fc00ec9e43ed7103ea3a1bb0ef2e50833a3 (diff) | |
download | clientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.tar.gz clientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.tar.bz2 clientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.tar.xz clientdata-8969c58f7c1b8c18471174abcad7dffc16ae22ea.zip |
Add beuss XML.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/xml/beuss.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/beuss.xml b/graphics/sprites/npcs/xml/beuss.xml new file mode 100644 index 00000000..f66b8ba9 --- /dev/null +++ b/graphics/sprites/npcs/xml/beuss.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: Reid +Copyright (C) 2015 Evol Online --> +<sprite> + <imageset name="npc" + src="graphics/sprites/npcs/sprite/beuss.png" + width="64" + height="96"/> + + <action name="stand" imageset="npc"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |