diff options
author | Frode Lindeijer <f.lindeijer@gmail.com> | 2006-10-31 15:28:37 +0000 |
---|---|---|
committer | Frode Lindeijer <f.lindeijer@gmail.com> | 2006-10-31 15:28:37 +0000 |
commit | e3390c8e79f683e519081b422a7475361dca28d2 (patch) | |
tree | 6070268f0cbdb45e6696d46022bf7810da28bd4f /graphics/sprites/monster21.xml | |
parent | 070c8f7a08bbcd733a831f0dba553c832dd9cc9e (diff) | |
download | clientdata-e3390c8e79f683e519081b422a7475361dca28d2.tar.gz clientdata-e3390c8e79f683e519081b422a7475361dca28d2.tar.bz2 clientdata-e3390c8e79f683e519081b422a7475361dca28d2.tar.xz clientdata-e3390c8e79f683e519081b422a7475361dca28d2.zip |
Fixed some graphical issues, mostly a cosmetic update.
Diffstat (limited to 'graphics/sprites/monster21.xml')
-rw-r--r-- | graphics/sprites/monster21.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/sprites/monster21.xml b/graphics/sprites/monster21.xml index 6c449ffd..65862e8d 100644 --- a/graphics/sprites/monster21.xml +++ b/graphics/sprites/monster21.xml @@ -5,16 +5,16 @@ <action name="stand" imageset="base">
<animation direction="down">
- <sequence start="1" end="4" delay="100" />
+ <sequence start="0" end="3" delay="100" />
</animation>
<animation direction="left">
- <sequence start="11" end="14" delay="100" />
+ <sequence start="10" end="13" delay="100" />
</animation>
<animation direction="up">
- <sequence start="21" end="24" delay="100" />
+ <sequence start="20" end="23" delay="100" />
</animation>
<animation direction="right">
- <sequence start="31" end="34" delay="100" />
+ <sequence start="30" end="33" delay="100" />
</animation>
</action>
@@ -35,19 +35,19 @@ <action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" />
+ <sequence start="4" end="8" delay="75" />
<end />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" />
+ <sequence start="14" end="18" delay="75" />
<end />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" />
+ <sequence start="24" end="28" delay="75" />
<end />
</animation>
<animation direction="right">
- <sequence start="33" end="38" delay="75" />
+ <sequence start="34" end="38" delay="75" />
<end />
</animation>
</action>
|