summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-28 19:27:07 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-28 19:27:07 -0300
commitd20a2b574e8c6c29b09f20002f72eb0c436fdff0 (patch)
tree1b4800e3adf20de72dcb89f0be7579ce42785006
parent3de2855eafd0ef231cc4a3bfaf18d7cfce0d900b (diff)
downloadart-d20a2b574e8c6c29b09f20002f72eb0c436fdff0.tar.gz
art-d20a2b574e8c6c29b09f20002f72eb0c436fdff0.tar.bz2
art-d20a2b574e8c6c29b09f20002f72eb0c436fdff0.tar.xz
art-d20a2b574e8c6c29b09f20002f72eb0c436fdff0.zip
Archant is in
-rw-r--r--Sprites/Monsters/bluearchant.pngbin5926 -> 0 bytes
-rw-r--r--Sprites/Monsters/bluearchant.xml64
2 files changed, 0 insertions, 64 deletions
diff --git a/Sprites/Monsters/bluearchant.png b/Sprites/Monsters/bluearchant.png
deleted file mode 100644
index fbddf607..00000000
--- a/Sprites/Monsters/bluearchant.png
+++ /dev/null
Binary files differ
diff --git a/Sprites/Monsters/bluearchant.xml b/Sprites/Monsters/bluearchant.xml
deleted file mode 100644
index 0a049d48..00000000
--- a/Sprites/Monsters/bluearchant.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0"?>
-<sprite>
- <imageset name="base" src="graphics/sprites/monsters/bluearchant.png" width="24" height="30"/>
- <action name="stand" imageset="base">
- <animation direction="down">
- <frame index="0" offsetX="0" offsetY="2"/>
- </animation>
- <animation direction="left">
- <frame index="10" offsetX="-1" offsetY="-3"/>
- </animation>
- <animation direction="up">
- <frame index="20" offsetX="0" offsetY="3"/>
- </animation>
- <animation direction="right">
- <frame index="30" offsetX="-1" offsetY="-3"/>
- </animation>
- </action>
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="4" delay="75" offsetX="0" offsetY="2"/>
- </animation>
- <animation direction="left">
- <sequence start="11" end="14" delay="75" offsetX="-1" offsetY="-3"/>
- </animation>
- <animation direction="up">
- <sequence start="21" end="24" delay="75" offsetX="0" offsetY="3"/>
- </animation>
- <animation direction="right">
- <sequence start="31" end="34" delay="75" offsetX="-1" offsetY="-3"/>
- </animation>
- </action>
- <action name="dead" imageset="base">
- <animation direction="down">
- <frame index="9" offsetX="0" offsetY="2"/>
- </animation>
- <animation direction="left">
- <frame index="19" offsetX="-1" offsetY="-3"/>
- </animation>
- <animation direction="up">
- <frame index="29" offsetX="0" offsetY="3"/>
- </animation>
- <animation direction="right">
- <frame index="39" offsetX="-1" offsetY="-3"/>
- </animation>
- </action>
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="5" end="8" delay="75" offsetX="0" offsetY="2"/>
- <end/>
- </animation>
- <animation direction="left">
- <sequence start="15" end="18" delay="75" offsetX="-1" offsetY="-3"/>
- <end/>
- </animation>
- <animation direction="up">
- <sequence start="25" end="28" delay="75" offsetX="0" offsetY="3"/>
- <end/>
- </animation>
- <animation direction="right">
- <sequence start="35" end="38" delay="75" offsetX="-1" offsetY="-3"/>
- <end/>
- </animation>
- </action>
-</sprite>