summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/big-chest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/npcs/xml/big-chest.xml')
-rw-r--r--graphics/sprites/npcs/xml/big-chest.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/sprites/npcs/xml/big-chest.xml b/graphics/sprites/npcs/xml/big-chest.xml
deleted file mode 100644
index eb15a42d..00000000
--- a/graphics/sprites/npcs/xml/big-chest.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<!-- Authors: Hal9OOO (Francesco Miglietta)
-Copyright (C) 2011-2012 Evol Online -->
-<sprite>
- <imageset name="big-chest" src="graphics/sprites/npcs/sprite/big-chest.png" width="48" height="64"/>
-
- <action name="stand" imageset="big-chest">
- <!-- Chest Closes -->
- <animation direction="default">
- <frame index="0" delay="1000"/>
- </animation>
-
- <!-- Chest Opens -->
- <animation direction="up">
- <frame index="1" delay="125"/>
- <frame index="2" delay="125"/>
- <frame index="3" delay="6000"/>
- </animation>
-
- </action>
-</sprite>