summaryrefslogtreecommitdiff
path: root/Sprites/Monsters
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-27 06:55:56 +0000
committerSaulc <lucashelaine14@gmail.com>2018-03-27 06:55:56 +0000
commit12b15ec9580c0845ee71d2d6757907a992e4425a (patch)
treee47e7d0d55c9ecb451074dbf6ebe49e4b9669a8a /Sprites/Monsters
parent8be227e4ac9f366d5c8b500104c4a90fb7ad2a63 (diff)
downloadart-12b15ec9580c0845ee71d2d6757907a992e4425a.tar.gz
art-12b15ec9580c0845ee71d2d6757907a992e4425a.tar.bz2
art-12b15ec9580c0845ee71d2d6757907a992e4425a.tar.xz
art-12b15ec9580c0845ee71d2d6757907a992e4425a.zip
flower
Diffstat (limited to 'Sprites/Monsters')
-rw-r--r--Sprites/Monsters/flower.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/Sprites/Monsters/flower.xml b/Sprites/Monsters/flower.xml
new file mode 100644
index 00000000..5a385cb2
--- /dev/null
+++ b/Sprites/Monsters/flower.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/flower.png|W;R;Y" width="58" height="45"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetY="3"/>
+ </animation>
+ <animation direction="left">
+ <frame index="6" offsetY="3"/>
+ </animation>
+ <animation direction="up">
+ <frame index="12" offsetY="3"/>
+ </animation>
+ <animation direction="right">
+ <frame index="18" offsetY="3"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="5" offsetY="3"/>
+ </animation>
+ <animation direction="left">
+ <frame index="11" offsetY="3"/>
+ </animation>
+ <animation direction="up">
+ <frame index="17" offsetY="3"/>
+ </animation>
+ <animation direction="right">
+ <frame index="23" offsetY="3"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="5" delay="75" offsetY="3"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <sequence start="7" end="10" delay="75" offsetY="3"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <sequence start="13" end="16" delay="75" offsetY="3"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <sequence start="19" end="22" delay="75" offsetY="3"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>