diff options
author | Reid <reidyaro@gmail.com> | 2015-06-17 01:02:17 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-17 01:02:17 +0200 |
commit | 7c914b32209ad57a4821541bb9a9bae6ed6c148d (patch) | |
tree | 6962a257bc30e766135e824890077cc043db5e02 /graphics | |
parent | 31609b4d88958c19a542f8b1e4ea5803de6fb109 (diff) | |
download | clientdata-7c914b32209ad57a4821541bb9a9bae6ed6c148d.tar.gz clientdata-7c914b32209ad57a4821541bb9a9bae6ed6c148d.tar.bz2 clientdata-7c914b32209ad57a4821541bb9a9bae6ed6c148d.tar.xz clientdata-7c914b32209ad57a4821541bb9a9bae6ed6c148d.zip |
Add beuss animation on the sprite and xml.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/npcs/sprite/beuss.png | bin | 2608 -> 11404 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/beuss.xml | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/beuss.png b/graphics/sprites/npcs/sprite/beuss.png Binary files differindex 28cc555b..66dd42f6 100644 --- a/graphics/sprites/npcs/sprite/beuss.png +++ b/graphics/sprites/npcs/sprite/beuss.png diff --git a/graphics/sprites/npcs/xml/beuss.xml b/graphics/sprites/npcs/xml/beuss.xml index f66b8ba9..297541e9 100644 --- a/graphics/sprites/npcs/xml/beuss.xml +++ b/graphics/sprites/npcs/xml/beuss.xml @@ -8,7 +8,12 @@ Copyright (C) 2015 Evol Online --> height="96"/> <action name="stand" imageset="npc"> + <!-- Head down --> <animation direction="default"> + <frame index="1"/> + </animation> + <!-- Head up --> + <animation direction="up"> <frame index="0"/> </animation> </action> |