summaryrefslogtreecommitdiff
path: root/Sprites/Monsters
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-12 01:13:00 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-12 01:13:00 -0300
commit5fdd4f7909e526ca6f7922db997a17b0276d301c (patch)
tree6644bf02d71faf6b3aaa20fd38427d25242e8cf7 /Sprites/Monsters
parent099d5169d4ff7e3686e773a840fe5704546d52d1 (diff)
downloadart-5fdd4f7909e526ca6f7922db997a17b0276d301c.tar.gz
art-5fdd4f7909e526ca6f7922db997a17b0276d301c.tar.bz2
art-5fdd4f7909e526ca6f7922db997a17b0276d301c.tar.xz
art-5fdd4f7909e526ca6f7922db997a17b0276d301c.zip
Bunch of stuff from TMW-BR v2
Diffstat (limited to 'Sprites/Monsters')
-rw-r--r--Sprites/Monsters/DUBIOUS-ORIGIN/centaur.pngbin0 -> 135084 bytes
-rw-r--r--Sprites/Monsters/DUBIOUS-ORIGIN/centaur.xml80
2 files changed, 80 insertions, 0 deletions
diff --git a/Sprites/Monsters/DUBIOUS-ORIGIN/centaur.png b/Sprites/Monsters/DUBIOUS-ORIGIN/centaur.png
new file mode 100644
index 00000000..80c7ecbd
--- /dev/null
+++ b/Sprites/Monsters/DUBIOUS-ORIGIN/centaur.png
Binary files differ
diff --git a/Sprites/Monsters/DUBIOUS-ORIGIN/centaur.xml b/Sprites/Monsters/DUBIOUS-ORIGIN/centaur.xml
new file mode 100644
index 00000000..a7217349
--- /dev/null
+++ b/Sprites/Monsters/DUBIOUS-ORIGIN/centaur.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/centaur.png" width="136" height="106"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="32"/>
+ </animation>
+ <animation direction="left">
+ <frame index="16"/>
+ </animation>
+ <animation direction="up">
+ <frame index="48"/>
+ </animation>
+ <animation direction="right">
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="33" end="39" delay="120"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="17" end="23" delay="120"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="49" end="55" delay="120"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="1" end="7" delay="120"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="15" delay="300"/>
+ <frame index="15" delay="200"/>
+ <frame index="31" delay="300"/>
+ <frame index="31" delay="200"/>
+ <frame index="47" delay="500"/>
+ </animation>
+ <animation direction="up">
+ <frame index="15" delay="300"/>
+ <frame index="15" delay="200"/>
+ <frame index="31" delay="300"/>
+ <frame index="31" delay="200"/>
+ <frame index="47" delay="500"/>
+ </animation>
+ <animation direction="left">
+ <frame index="15" delay="300"/>
+ <frame index="15" delay="200"/>
+ <frame index="31" delay="300"/>
+ <frame index="31" delay="200"/>
+ <frame index="47" delay="500"/>
+ </animation>
+ <animation direction="right">
+ <frame index="15" delay="300"/>
+ <frame index="15" delay="200"/>
+ <frame index="31" delay="300"/>
+ <frame index="31" delay="200"/>
+ <frame index="47" delay="500"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="40" end="46" delay="100"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <sequence start="24" end="30" delay="100"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <sequence start="24" end="30" delay="100"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <sequence start="8" end="14" delay="100"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>