diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-08 13:51:32 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-08 13:51:32 +0000 |
commit | 9925b95d63ef254c76004efebad42b9ae6321958 (patch) | |
tree | a26d54b468cf5abed192eb7f2348cb3076484c4e | |
parent | abb8191a6a2cda7904672a760c32b3038f250845 (diff) | |
download | clientdata-9925b95d63ef254c76004efebad42b9ae6321958.tar.gz clientdata-9925b95d63ef254c76004efebad42b9ae6321958.tar.bz2 clientdata-9925b95d63ef254c76004efebad42b9ae6321958.tar.xz clientdata-9925b95d63ef254c76004efebad42b9ae6321958.zip |
Adjusted offsets of monster sprites (thanks to Pauan for finding out the correct offsets - I just subtracted 6 of all x offsets to take the new position of the target circle in account) and committed some modifications at some monster graphics by Pauan.
27 files changed, 315 insertions, 307 deletions
diff --git a/graphics/sprites/monster-bat.png b/graphics/sprites/monster-bat.png Binary files differindex bd6ad90a..f84a1f76 100644 --- a/graphics/sprites/monster-bat.png +++ b/graphics/sprites/monster-bat.png diff --git a/graphics/sprites/monster-bat.xml b/graphics/sprites/monster-bat.xml index 8c0c4382..4b127c13 100644 --- a/graphics/sprites/monster-bat.xml +++ b/graphics/sprites/monster-bat.xml @@ -5,49 +5,49 @@ <action name="stand" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="50" />
+ <sequence start="1" end="4" delay="50" offsetY ="0" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="50" />
+ <sequence start="11" end="14" delay="50" offsetY ="0" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="50" />
+ <sequence start="21" end="24" delay="50" offsetY ="0" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="50" />
+ <sequence start="31" end="34" delay="50" offsetY ="0" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="0" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="0" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="0" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="0" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetY ="0" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetY ="0" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetY ="0" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetY ="0" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-flower.xml b/graphics/sprites/monster-flower.xml index 711bb66c..98121bac 100644 --- a/graphics/sprites/monster-flower.xml +++ b/graphics/sprites/monster-flower.xml @@ -5,61 +5,61 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="3" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="3" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="3" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetY ="3" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetY ="3" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetY ="3" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetY ="3" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="3" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="3" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="3" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetY ="3" />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetY ="3" />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetY ="3" />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetY ="3" />
</animation>
</action>
diff --git a/graphics/sprites/monster-fluffy.png b/graphics/sprites/monster-fluffy.png Binary files differindex fac63c49..8cb26d03 100644 --- a/graphics/sprites/monster-fluffy.png +++ b/graphics/sprites/monster-fluffy.png diff --git a/graphics/sprites/monster-fluffy.xml b/graphics/sprites/monster-fluffy.xml index add808ab..afe6463e 100644 --- a/graphics/sprites/monster-fluffy.xml +++ b/graphics/sprites/monster-fluffy.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-3" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-6" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-6" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="100" />
+ <sequence start="1" end="4" delay="100" offsetY ="-3" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="100" />
+ <sequence start="11" end="14" delay="100" offsetY ="-6" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="100" />
+ <sequence start="21" end="24" delay="100" offsetY ="-4" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="100" />
+ <sequence start="31" end="34" delay="100" offsetY ="-6" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-3" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-6" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-6" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="175" />
+ <sequence start="5" end="8" delay="175" offsetY ="-3" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="175" />
+ <sequence start="15" end="18" delay="175" offsetY ="-6" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="175" />
+ <sequence start="25" end="28" delay="175" offsetY ="-4" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="175" />
+ <sequence start="35" end="38" delay="175" offsetY ="-6" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-goblin-fire.xml b/graphics/sprites/monster-goblin-fire.xml index 91ce1af4..31b95706 100644 --- a/graphics/sprites/monster-goblin-fire.xml +++ b/graphics/sprites/monster-goblin-fire.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetX ="0" offsetY ="-8" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetX ="-6" offsetY ="-8" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetX ="0" offsetY ="-8" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetX ="6" offsetY ="-8" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetX ="0" offsetY ="-8" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetX ="-6" offsetY ="-8" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetX ="0" offsetY ="-8" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetX ="6" offsetY ="-8" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetX ="-6" offsetY ="-8" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetX ="-6" offsetY ="-8" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetX ="6" offsetY ="-8" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetX ="6" offsetY ="-8" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetX ="0" offsetY ="-8" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetX ="-6" offsetY ="-8" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetX ="0" offsetY ="-8" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetX ="6" offsetY ="-8" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-maggot-giant.xml b/graphics/sprites/monster-maggot-giant.xml index f3aefbee..09b7e614 100644 --- a/graphics/sprites/monster-maggot-giant.xml +++ b/graphics/sprites/monster-maggot-giant.xml @@ -62,7 +62,7 @@ <end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-maggot.xml b/graphics/sprites/monster-maggot.xml index 2d803639..a9751224 100644 --- a/graphics/sprites/monster-maggot.xml +++ b/graphics/sprites/monster-maggot.xml @@ -5,61 +5,61 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-8" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-11" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-10" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-11" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="150" />
+ <sequence start="1" end="4" delay="150" offsetY ="-8" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="150" />
+ <sequence start="11" end="14" delay="150" offsetY ="-11" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="150" />
+ <sequence start="21" end="24" delay="150" offsetY ="-10" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="150" />
+ <sequence start="31" end="34" delay="150" offsetY ="-11" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-8" />
</animation>
- <animation direction="left">
- <frame index="19" />
+ <animation direction="left" >
+ <frame index="19" offsetY ="-11" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-10" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-11" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="150" />
+ <sequence start="5" end="8" delay="150" offsetY ="-8" />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="150" />
+ <sequence start="15" end="18" delay="150" offsetY ="-11" />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="150" />
+ <sequence start="25" end="28" delay="150" offsetY ="-10" />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="150" />
+ <sequence start="35" end="38" delay="150" offsetY ="-11" />
</animation>
</action>
diff --git a/graphics/sprites/monster-mountsnake.xml b/graphics/sprites/monster-mountsnake.xml index d8f62354..f8657744 100644 --- a/graphics/sprites/monster-mountsnake.xml +++ b/graphics/sprites/monster-mountsnake.xml @@ -62,9 +62,9 @@ <end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="180" />
+ <sequence start="35" end="38" delay="180" />
<end />
</animation>
</action>
-</sprite> +</sprite>
\ No newline at end of file diff --git a/graphics/sprites/monster-mushroom-red.xml b/graphics/sprites/monster-mushroom-red.xml index 136b7d7b..d4a5a624 100644 --- a/graphics/sprites/monster-mushroom-red.xml +++ b/graphics/sprites/monster-mushroom-red.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetX ="7" offsetY ="-10" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetX ="5" offsetY ="-10" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetX ="7" offsetY ="-10" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetX ="7" offsetY ="-10" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="125" />
+ <sequence start="1" end="4" delay="125" offsetX ="7" offsetY ="-10" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="125" />
+ <sequence start="11" end="14" delay="125" offsetX ="5" offsetY ="-10" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="125" />
+ <sequence start="21" end="24" delay="125" offsetX ="7" offsetY ="-10" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="250" />
+ <sequence start="31" end="34" delay="250" offsetX ="7" offsetY ="-10" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetX ="7" offsetY ="-10" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetX ="5" offsetY ="-10" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetX ="7" offsetY ="-10" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetX ="7" offsetY ="-10" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetX ="7" offsetY ="-10" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetX ="5" offsetY ="-10" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetX ="7" offsetY ="-10" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetX ="7" offsetY ="-10" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-mushroom-spiky.xml b/graphics/sprites/monster-mushroom-spiky.xml index 92d3ac9f..c088bd76 100644 --- a/graphics/sprites/monster-mushroom-spiky.xml +++ b/graphics/sprites/monster-mushroom-spiky.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-8" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-8" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-8" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetX ="1" offsetY ="-8" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetY ="-8" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetY ="-8" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetY ="-8" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetX ="1" offsetY ="-8" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-8" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-8" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-8" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetX ="1" offsetY ="-8" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetY ="-8" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetY ="-8" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetY ="-8" />
<end />
</animation>
<animation direction="right">
- <sequence start="35" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetX ="1" offsetY ="-8" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-pinkie.xml b/graphics/sprites/monster-pinkie.xml index 656ebbd0..633c2cc8 100644 --- a/graphics/sprites/monster-pinkie.xml +++ b/graphics/sprites/monster-pinkie.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-12" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-12" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-12" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-12" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetY ="-12" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetY ="-12" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetY ="-12" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetY ="-12" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-12" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-12" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-12" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-12" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetY ="-12" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetY ="-12" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetY ="-12" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetY ="-12" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-scorpion-black.xml b/graphics/sprites/monster-scorpion-black.xml index 11d4e744..a710b2ef 100644 --- a/graphics/sprites/monster-scorpion-black.xml +++ b/graphics/sprites/monster-scorpion-black.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="2" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="2" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetY ="2" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetY ="2" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetY ="2" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="2" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="2" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetY ="2" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetY ="2" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetX ="-1" offsetY ="3" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetY ="2" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-scorpion-red.png b/graphics/sprites/monster-scorpion-red.png Binary files differindex 49f72a26..b11237ac 100644 --- a/graphics/sprites/monster-scorpion-red.png +++ b/graphics/sprites/monster-scorpion-red.png diff --git a/graphics/sprites/monster-scorpion-red.xml b/graphics/sprites/monster-scorpion-red.xml index 4901cf27..e89a1d47 100644 --- a/graphics/sprites/monster-scorpion-red.xml +++ b/graphics/sprites/monster-scorpion-red.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="2" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="2" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetY ="2" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetY ="2" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetY ="2" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="2" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="2" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetY ="2" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetY ="2" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetX ="-1" offsetY ="3" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetY ="2" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-scorpion.xml b/graphics/sprites/monster-scorpion.xml index 21f534dc..9d93a09d 100644 --- a/graphics/sprites/monster-scorpion.xml +++ b/graphics/sprites/monster-scorpion.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="2" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="2" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetY ="2" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetY ="2" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetY ="2" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="2" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetX ="-1" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="2" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetY ="2" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetY ="2" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetX ="-1" offsetY ="3" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetY ="2" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-skull-poison.xml b/graphics/sprites/monster-skull-poison.xml index 0be5f432..9b7ea077 100644 --- a/graphics/sprites/monster-skull-poison.xml +++ b/graphics/sprites/monster-skull-poison.xml @@ -47,7 +47,7 @@ <end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-slime-green.xml b/graphics/sprites/monster-slime-green.xml index 603134f6..fdca7696 100644 --- a/graphics/sprites/monster-slime-green.xml +++ b/graphics/sprites/monster-slime-green.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-4" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="200" />
+ <sequence start="1" end="4" delay="200" offsetY ="-4" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="200" />
+ <sequence start="11" end="14" delay="200" offsetY ="-4" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="200" />
+ <sequence start="21" end="24" delay="200" offsetY ="-4" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="200" />
+ <sequence start="31" end="34" delay="200" offsetY ="-4" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-4" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="100" />
+ <sequence start="5" end="8" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="100" />
+ <sequence start="15" end="18" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="100" />
+ <sequence start="25" end="28" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="100" />
+ <sequence start="35" end="38" delay="100" offsetY ="-4" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-slime-red.xml b/graphics/sprites/monster-slime-red.xml index db3f8214..46983a3e 100644 --- a/graphics/sprites/monster-slime-red.xml +++ b/graphics/sprites/monster-slime-red.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-4" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="200" />
+ <sequence start="1" end="4" delay="200" offsetY ="-4" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="200" />
+ <sequence start="11" end="14" delay="200" offsetY ="-4" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="200" />
+ <sequence start="21" end="24" delay="200" offsetY ="-4" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="200" />
+ <sequence start="31" end="34" delay="200" offsetY ="-4" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-4" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="100" />
+ <sequence start="5" end="8" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="100" />
+ <sequence start="15" end="18" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="100" />
+ <sequence start="25" end="28" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="100" />
+ <sequence start="35" end="38" delay="100" offsetY ="-4" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-slime-rudolph.xml b/graphics/sprites/monster-slime-rudolph.xml index 84ffa3dc..176146f5 100644 --- a/graphics/sprites/monster-slime-rudolph.xml +++ b/graphics/sprites/monster-slime-rudolph.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-4" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="200" />
+ <sequence start="1" end="4" delay="200" offsetY ="-4" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="200" />
+ <sequence start="11" end="14" delay="200" offsetY ="-4" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="200" />
+ <sequence start="21" end="24" delay="200" offsetY ="-4" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="200" />
+ <sequence start="31" end="34" delay="200" offsetY ="-4" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-4" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="100" />
+ <sequence start="5" end="8" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="100" />
+ <sequence start="15" end="18" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="100" />
+ <sequence start="25" end="28" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="100" />
+ <sequence start="35" end="38" delay="100" offsetY ="-4" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-slime-santa.png b/graphics/sprites/monster-slime-santa.png Binary files differindex 89f5d50f..4f5897fa 100644 --- a/graphics/sprites/monster-slime-santa.png +++ b/graphics/sprites/monster-slime-santa.png diff --git a/graphics/sprites/monster-slime-santa.xml b/graphics/sprites/monster-slime-santa.xml index 512d68f1..39149b88 100644 --- a/graphics/sprites/monster-slime-santa.xml +++ b/graphics/sprites/monster-slime-santa.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-4" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="200" />
+ <sequence start="1" end="4" delay="200" offsetY ="-4" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="200" />
+ <sequence start="11" end="14" delay="200" offsetY ="-4" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="200" />
+ <sequence start="21" end="24" delay="200" offsetY ="-4" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="200" />
+ <sequence start="31" end="34" delay="200" offsetY ="-4" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-4" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="100" />
+ <sequence start="5" end="8" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="100" />
+ <sequence start="15" end="18" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="100" />
+ <sequence start="25" end="28" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="100" />
+ <sequence start="35" end="38" delay="100" offsetY ="-4" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-slime-yellow.xml b/graphics/sprites/monster-slime-yellow.xml index 3cd3597b..cda7fbbf 100644 --- a/graphics/sprites/monster-slime-yellow.xml +++ b/graphics/sprites/monster-slime-yellow.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetY ="-4" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="200" />
+ <sequence start="1" end="4" delay="200" offsetY ="-4" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="200" />
+ <sequence start="11" end="14" delay="200" offsetY ="-4" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="200" />
+ <sequence start="21" end="24" delay="200" offsetY ="-4" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="200" />
+ <sequence start="31" end="34" delay="200" offsetY ="-4" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetY ="-4" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetY ="-4" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetY ="-4" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetY ="-4" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="100" />
+ <sequence start="5" end="8" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="100" />
+ <sequence start="15" end="18" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="100" />
+ <sequence start="25" end="28" delay="100" offsetY ="-4" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="100" />
+ <sequence start="35" end="38" delay="100" offsetY ="-4" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-snake-cave.png b/graphics/sprites/monster-snake-cave.png Binary files differindex c7862685..ea4045d1 100644 --- a/graphics/sprites/monster-snake-cave.png +++ b/graphics/sprites/monster-snake-cave.png diff --git a/graphics/sprites/monster-snake-cave.xml b/graphics/sprites/monster-snake-cave.xml index 3ab1a043..02a4c58b 100644 --- a/graphics/sprites/monster-snake-cave.xml +++ b/graphics/sprites/monster-snake-cave.xml @@ -1,68 +1,76 @@ <?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monster-snake-cave.png" width="48" height="29" />
+ <imageset name="base" src="graphics/sprites/monster-snake-cave.png" width="96" height="56" />
<action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetX ="0" offsetY ="6" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="7" offsetX ="-1" offsetY ="4" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="14" offsetX ="0" offsetY ="-5" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="21" offsetX ="1" offsetY ="5" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="150" />
+ <sequence start="1" end="4" offsetX ="0" offsetY ="6" delay="150" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="150" />
+ <sequence start="8" end="11" offsetX ="-1" offsetY ="4" delay="150" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="150" />
+ <sequence start="15" end="18" offsetX ="0" offsetY ="-5" delay="150" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="150" />
+ <sequence start="22" end="25" offsetX ="1" offsetY ="5" delay="150" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <sequence start="31" end="34" offsetX ="0" offsetY ="6" delay="150" />
+ <frame index="30" offsetX ="0" offsetY ="6" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <sequence start="38" end="41" offsetX ="-1" offsetY ="4" delay="150" />
+ <frame index="37" offsetX ="-1" offsetY ="4" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <sequence start="45" end="48" offsetX ="0" offsetY ="-5" delay="150" />
+ <frame index="44" offsetX ="0" offsetY ="-5" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <sequence start="52" end="55" offsetX ="1" offsetY ="5" delay="150" />
+ <frame index="51" offsetX ="1" offsetY ="5" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="150" />
+ <sequence start="5" end="6" delay="150" offsetX ="0" offsetY ="6" />
+ <sequence start="28" end="29" delay="150" offsetX ="0" offsetY ="6" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="150" />
+ <sequence start="12" end="13" delay="150" offsetX ="-1" offsetY ="4" />
+ <sequence start="35" end="36" delay="150" offsetX ="-1" offsetY ="4" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="150" />
+ <sequence start="19" end="20" delay="150" offsetX ="0" offsetY ="-5" />
+ <sequence start="42" end="43" delay="150" offsetX ="0" offsetY ="-5" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="150" />
+ <sequence start="26" end="27" delay="150" offsetX ="1" offsetY ="5" />
+ <sequence start="49" end="50" delay="150" offsetX ="1" offsetY ="5" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-snake.xml b/graphics/sprites/monster-snake.xml index 585a1386..97634482 100644 --- a/graphics/sprites/monster-snake.xml +++ b/graphics/sprites/monster-snake.xml @@ -1,68 +1,68 @@ <?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monster-snake.png" width="48" height="29" />
+ <imageset name="base" src="graphics/sprites/monster-mountsnake.png" width="48" height="29" />
<action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetX ="0" offsetY ="-3" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetX ="-1" offsetY ="-11" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetX ="0" offsetY ="-5" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetX ="-1" offsetY ="-11" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="150" />
+ <sequence start="1" end="4" offsetX ="0" offsetY ="-3" delay="150" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="150" />
+ <sequence start="11" end="14" offsetX ="-1" offsetY ="-11" delay="150" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="150" />
+ <sequence start="21" end="24" offsetX ="0" offsetY ="-5" delay="150" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="150" />
+ <sequence start="31" end="34" offsetX ="-1" offsetY ="-11" delay="150" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetX ="0" offsetY ="-3" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetX ="-1" offsetY ="-11" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetX ="0" offsetY ="-5" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetX ="-1" offsetY ="-11" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="150" />
+ <sequence start="5" end="8" delay="150" offsetX ="0" offsetY ="-3" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="150" />
+ <sequence start="15" end="18" delay="150" offsetX ="-1" offsetY ="-11" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="150" />
+ <sequence start="25" end="28" delay="150" offsetX ="0" offsetY ="-5" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="150" />
+ <sequence start="35" end="38" delay="150" offsetX ="-1" offsetY ="-11" />
<end />
</animation>
</action>
diff --git a/graphics/sprites/monster-spider.xml b/graphics/sprites/monster-spider.xml index 8b47cb8a..040969a0 100644 --- a/graphics/sprites/monster-spider.xml +++ b/graphics/sprites/monster-spider.xml @@ -5,64 +5,64 @@ <action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" />
+ <frame index="0" offsetX ="0" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="10" />
+ <frame index="10" offsetX ="-1" offsetY ="-3" />
</animation>
<animation direction="up">
- <frame index="20" />
+ <frame index="20" offsetX ="0" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="30" />
+ <frame index="30" offsetX ="-1" offsetY ="-3" />
</animation>
</action>
<action name="walk" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="75" />
+ <sequence start="1" end="4" delay="75" offsetX ="0" offsetY ="2" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="75" />
+ <sequence start="11" end="14" delay="75" offsetX ="-1" offsetY ="-3" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="75" />
+ <sequence start="21" end="24" delay="75" offsetX ="0" offsetY ="3" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="75" />
+ <sequence start="31" end="34" delay="75" offsetX ="-1" offsetY ="-3" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" />
+ <frame index="9" offsetX ="0" offsetY ="2" />
</animation>
<animation direction="left">
- <frame index="19" />
+ <frame index="19" offsetX ="-1" offsetY ="-3" />
</animation>
<animation direction="up">
- <frame index="29" />
+ <frame index="29" offsetX ="0" offsetY ="3" />
</animation>
<animation direction="right">
- <frame index="39" />
+ <frame index="39" offsetX ="-1" offsetY ="-3" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="5" end="8" delay="75" offsetX ="0" offsetY ="2" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="15" end="18" delay="75" offsetX ="-1" offsetY ="-3" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="25" end="28" delay="75" offsetX ="0" offsetY ="3" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="35" end="38" delay="75" offsetX ="-1" offsetY ="-3" />
<end />
</animation>
</action>
|