summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/witchjack'o.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 22:08:19 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 22:08:19 -0300
commitae33e5b9695af34d9fb9cdea17c0ba061a70458a (patch)
tree4cae71c6356b124d0ca36a009a5eff679651b601 /graphics/sprites/monsters/witchjack'o.xml
parenta48316d1d9ec3d5c27b2187d6bb41a16f664c5e7 (diff)
downloadclientdata-ae33e5b9695af34d9fb9cdea17c0ba061a70458a.tar.gz
clientdata-ae33e5b9695af34d9fb9cdea17c0ba061a70458a.tar.bz2
clientdata-ae33e5b9695af34d9fb9cdea17c0ba061a70458a.tar.xz
clientdata-ae33e5b9695af34d9fb9cdea17c0ba061a70458a.zip
Add most monsters which will be used on Fortress Island
(PNG only, no monsters.xml code yet)
Diffstat (limited to 'graphics/sprites/monsters/witchjack'o.xml')
-rw-r--r--graphics/sprites/monsters/witchjack'o.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/graphics/sprites/monsters/witchjack'o.xml b/graphics/sprites/monsters/witchjack'o.xml
deleted file mode 100644
index 037b8357..00000000
--- a/graphics/sprites/monsters/witchjack'o.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<sprite>
-
- <imageset name="base" src="graphics/sprites/monsters/witchjack'o.png" width="57" height="60"/>
-
- <action name="stand" imageset="base">
- <animation direction="down">
- <sequence start="0" end="2" delay="200"/>
- </animation>
- <animation direction="right">
- <sequence start="3" end="5" delay="200"/>
- </animation>
- <animation direction="left">
- <sequence start="6" end="8" delay="200"/>
- </animation>
- <animation direction="up">
- <sequence start="9" end="11" delay="200"/>
- </animation>
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="12" end="14" delay="200"/>
- <end />
- </animation>
- <animation direction="right">
- <sequence start="15" end="17" delay="200"/>
- <end />
- </animation>
- <animation direction="left">
- <sequence start="18" end="20" delay="200"/>
- <end />
- </animation>
- <animation direction="up">
- <sequence start="21" end="23" delay="200"/>
- <end />
- </animation>
- </action>
-
- <action name="dead" imageset="base">
- <animation direction="default">
- <sequence start="24" end="28" delay="200"/>
- <frame index="28" delay="0"/>
- </animation>
- </action>
-
-</sprite>