summaryrefslogtreecommitdiff
path: root/graphics/sprites/resource-pumpkin.xml
diff options
context:
space:
mode:
authorEnchilado <pheonixvania@gmail.com>2010-11-19 18:20:42 +1000
committerEnchilado <pheonixvania@gmail.com>2010-11-19 18:20:42 +1000
commitbfec5a6070db05e3345fdec4790baa31cdec104c (patch)
tree5a6adc9ff7c7ca0391b122473d771c0fd67880ea /graphics/sprites/resource-pumpkin.xml
parent7e1f80f39eee38d2f6b6c8cdcb91cb940d10984f (diff)
downloadclientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.tar.gz
clientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.tar.bz2
clientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.tar.xz
clientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.zip
Hallowe'en 2010 Phase 1 Client Data
Client data for phase one of the 2010 Hallowe'en event. Novelty drop icons, candy drop icons, Pumpkin monster, Broken Skeleton NPC.
Diffstat (limited to 'graphics/sprites/resource-pumpkin.xml')
-rw-r--r--graphics/sprites/resource-pumpkin.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/sprites/resource-pumpkin.xml b/graphics/sprites/resource-pumpkin.xml
new file mode 100644
index 00000000..2e51a847
--- /dev/null
+++ b/graphics/sprites/resource-pumpkin.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/resource-pumpkin.png" width="50" height="50" />
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>