summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/slime-littleslime.xml
diff options
context:
space:
mode:
authorMicksha <Micksha@users.noreply.github.com>2018-01-19 19:40:55 +0100
committergumi <git@gumi.ca>2018-04-22 12:58:31 -0400
commit69b32af4166dde0b8447c5519681ec529e1e9452 (patch)
treeccf1979d0ba4c05c0fbd5df8d6da4e56978eb24d /graphics/sprites/monsters/slime-littleslime.xml
parentfde04b0cdef3f5945a6fa73a41ae7bf9712f9810 (diff)
downloadclientdata-69b32af4166dde0b8447c5519681ec529e1e9452.tar.gz
clientdata-69b32af4166dde0b8447c5519681ec529e1e9452.tar.bz2
clientdata-69b32af4166dde0b8447c5519681ec529e1e9452.tar.xz
clientdata-69b32af4166dde0b8447c5519681ec529e1e9452.zip
Add Legacy green slime, little green slime
Diffstat (limited to 'graphics/sprites/monsters/slime-littleslime.xml')
-rw-r--r--graphics/sprites/monsters/slime-littleslime.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/slime-littleslime.xml b/graphics/sprites/monsters/slime-littleslime.xml
new file mode 100644
index 00000000..86a6fd82
--- /dev/null
+++ b/graphics/sprites/monsters/slime-littleslime.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/slime-littleslime.png|W" width="20" height="20"/>
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0" offsetY="0"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="0" end="2" delay="200" offsetY="0"/>
+ </animation>
+ <animation direction="left">
+ <frame index="0" delay="200" offsetY="0"/>
+ <sequence start="3" end="4" delay="200" offsetY="0"/>
+ </animation>
+ <animation direction="up">
+ <frame index="0" delay="200" offsetY="0"/>
+ <sequence start="5" end="6" delay="200" offsetY="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0" delay="200" offsetY="0"/>
+ <sequence start="7" end="8" delay="200" offsetY="0"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="9" offsetY="16"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="0" delay="200" offsetY="0"/>
+ <frame index="1" delay="200" offsetY="0"/>
+ <frame index="5" delay="200" offsetY="0"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <frame index="0" delay="200" offsetY="0"/>
+ <frame index="1" delay="200" offsetY="0"/>
+ <frame index="5" delay="200" offsetY="0"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <frame index="0" delay="200" offsetY="0"/>
+ <frame index="1" delay="200" offsetY="0"/>
+ <frame index="5" delay="200" offsetY="0"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <frame index="0" delay="200" offsetY="0"/>
+ <frame index="1" delay="200" offsetY="0"/>
+ <frame index="5" delay="200" offsetY="0"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>