diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-14 00:01:57 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-06-14 00:01:57 +0200 |
commit | d85d75da68a3e931eb3ed25111cac9be515cc28d (patch) | |
tree | f8ec7292241cb4f335813eee39359e0aa106bcfe /graphics/sprites/npcs/xml | |
parent | 4844e962818b2e6749222ae3671695caee36ae60 (diff) | |
download | clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.tar.gz clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.tar.bz2 clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.tar.xz clientdata-d85d75da68a3e931eb3ed25111cac9be515cc28d.zip |
Animated Chest added.
Diffstat (limited to 'graphics/sprites/npcs/xml')
-rw-r--r-- | graphics/sprites/npcs/xml/chest.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/xml/chest.xml b/graphics/sprites/npcs/xml/chest.xml new file mode 100644 index 00000000..9a071885 --- /dev/null +++ b/graphics/sprites/npcs/xml/chest.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<!-- Authors: Hal9OOO (Francesco Miglietta) +Copyright (C) 2011-2012 Evol Online --> +<sprite> + <imageset name="chest" src="graphics/sprites/npcs/sprite/chest.png" width="32" height="32"/> + + <action name="stand" imageset="chest"> + <!-- Chest Closes --> + <animation direction="default"> + <frame index="0" delay="1000"/> + </animation> + + <!-- Chest Opens --> + <animation direction="up"> + <frame index="1" delay="250"/> + <frame index="2" delay="6000"/> + <frame index="0" delay="1000"/> + </animation> + + </action> +</sprite> |