summaryrefslogtreecommitdiff
path: root/Sprites/Monsters
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-12 23:49:28 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-12 23:49:28 -0300
commit2de483b9fb0b2152e03ae49308fed6869a9960b4 (patch)
treec45f9a4f990b4efc5e3d2c51c24c963c97ab92ae /Sprites/Monsters
parent63d6270e3d30672f34e9d5ffe0304ba644bc28ac (diff)
downloadart-2de483b9fb0b2152e03ae49308fed6869a9960b4.tar.gz
art-2de483b9fb0b2152e03ae49308fed6869a9960b4.tar.bz2
art-2de483b9fb0b2152e03ae49308fed6869a9960b4.tar.xz
art-2de483b9fb0b2152e03ae49308fed6869a9960b4.zip
Centaur sent to client data
Diffstat (limited to 'Sprites/Monsters')
-rw-r--r--Sprites/Monsters/centaur.pngbin135084 -> 0 bytes
-rw-r--r--Sprites/Monsters/centaur.xml80
2 files changed, 0 insertions, 80 deletions
diff --git a/Sprites/Monsters/centaur.png b/Sprites/Monsters/centaur.png
deleted file mode 100644
index 80c7ecbd..00000000
--- a/Sprites/Monsters/centaur.png
+++ /dev/null
Binary files differ
diff --git a/Sprites/Monsters/centaur.xml b/Sprites/Monsters/centaur.xml
deleted file mode 100644
index a7217349..00000000
--- a/Sprites/Monsters/centaur.xml
+++ /dev/null
@@ -1,80 +0,0 @@
-<?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>