summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/pumpkish.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/monsters/pumpkish.xml')
-rw-r--r--graphics/sprites/monsters/pumpkish.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/pumpkish.xml b/graphics/sprites/monsters/pumpkish.xml
new file mode 100644
index 00000000..27280988
--- /dev/null
+++ b/graphics/sprites/monsters/pumpkish.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<!-- Author: Reid
+Copyright (C) 2012-2015 Evol Online -->
+<sprite>
+
+ <imageset name="base"
+ src="graphics/sprites/monsters/pumpkish.png"
+ width="64"
+ height="64"/>
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+</sprite>