diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/npcs/sprite/chest.png | bin | 0 -> 2292 bytes | |||
-rw-r--r-- | graphics/sprites/npcs/xml/chest.xml | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/npcs/sprite/chest.png b/graphics/sprites/npcs/sprite/chest.png Binary files differnew file mode 100644 index 00000000..f54ef51a --- /dev/null +++ b/graphics/sprites/npcs/sprite/chest.png 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> |