summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-10-24 21:03:25 +0200
committerReid <reidyaro@gmail.com>2015-11-05 23:14:46 +0100
commit222ed132ef90e1261b19119ebc4bb0f17c2fe336 (patch)
tree3a2f8305300582849adccf2664dde473c146eb1a /graphics
parent451a366f7433d669334d3c83e367122c66b20c02 (diff)
downloadclientdata-222ed132ef90e1261b19119ebc4bb0f17c2fe336.tar.gz
clientdata-222ed132ef90e1261b19119ebc4bb0f17c2fe336.tar.bz2
clientdata-222ed132ef90e1261b19119ebc4bb0f17c2fe336.tar.xz
clientdata-222ed132ef90e1261b19119ebc4bb0f17c2fe336.zip
Add pumpkish monster sprite and animation.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sprites/monsters/pumpkish.pngbin0 -> 2021 bytes
-rw-r--r--graphics/sprites/monsters/pumpkish.xml21
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/pumpkish.png b/graphics/sprites/monsters/pumpkish.png
new file mode 100644
index 00000000..94942474
--- /dev/null
+++ b/graphics/sprites/monsters/pumpkish.png
Binary files differ
diff --git a/graphics/sprites/monsters/pumpkish.xml b/graphics/sprites/monsters/pumpkish.xml
new file mode 100644
index 00000000..8bf0206e
--- /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="32"
+ height="32"/>
+
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="1"/>
+ </animation>
+ </action>
+</sprite>