summaryrefslogtreecommitdiff
path: root/graphics/sprites/resource-pumpkin.xml
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2010-12-07 13:46:55 -0500
committerWombat <hpwombat@yahoo.com>2010-12-07 13:46:55 -0500
commit2df3de68946c24ee0021eda5c72190b4b1fb392c (patch)
tree6e47fb5b0f797bd6179e9f4914e9019228629730 /graphics/sprites/resource-pumpkin.xml
parent801ff5af67a839895f2ad2d9202d717b74169aef (diff)
parent01e3fafbb54b2cbd43ba718715c2aea8c6b8d8ee (diff)
downloadclientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.tar.gz
clientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.tar.bz2
clientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.tar.xz
clientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.zip
Merge remote branch 'master/master'
Conflicts: items.xml monsters.xml npcs.xml
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>