diff options
author | Sushith Ghanta <sghanta1@gmail.com> | 2020-05-19 17:34:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 22:34:10 +0000 |
commit | 98c691de46c693f0930f4fe572480b0cce28fc44 (patch) | |
tree | af222f34205126ba9555a6779b1b55aee484e625 /graphics | |
parent | 4d44851d99c5aca6a8a36218d621ade999c472e3 (diff) | |
download | clientdata-98c691de46c693f0930f4fe572480b0cce28fc44.tar.gz clientdata-98c691de46c693f0930f4fe572480b0cce28fc44.tar.bz2 clientdata-98c691de46c693f0930f4fe572480b0cce28fc44.tar.xz clientdata-98c691de46c693f0930f4fe572480b0cce28fc44.zip |
Terranite head sprite fix (#373)
The Terranite Head was off by a few pixels when sitting facing down or running facing down so some changes to the xml and sprite file were made
Diffstat (limited to 'graphics')
-rwxr-xr-x[-rw-r--r--] | graphics/sprites/monsters/terranite-mask.png | bin | 1213 -> 1025 bytes | |||
-rwxr-xr-x[-rw-r--r--] | graphics/sprites/monsters/terranite-mask.xml | 30 |
2 files changed, 15 insertions, 15 deletions
diff --git a/graphics/sprites/monsters/terranite-mask.png b/graphics/sprites/monsters/terranite-mask.png Binary files differindex 45dcb0a9..a304835a 100644..100755 --- a/graphics/sprites/monsters/terranite-mask.png +++ b/graphics/sprites/monsters/terranite-mask.png diff --git a/graphics/sprites/monsters/terranite-mask.xml b/graphics/sprites/monsters/terranite-mask.xml index b19a352e..bf925ea2 100644..100755 --- a/graphics/sprites/monsters/terranite-mask.xml +++ b/graphics/sprites/monsters/terranite-mask.xml @@ -3,7 +3,7 @@ <imageset name="base" src="graphics/sprites/monsters/terranite-mask.png" width="19" height="28"/> <action name="stand" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="-0" offsetY="-39"/> + <frame index="0" offsetX="0" offsetY="-39"/> </animation> <animation direction="left"> <frame index="2" offsetX="-1" offsetY="-40"/> @@ -17,10 +17,10 @@ </action> <action name="walk" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="-0" offsetY="-39" delay="75"/> - <frame index="0" offsetX="-0" offsetY="-40" delay="150"/> - <frame index="0" offsetX="-0" offsetY="-39" delay="75"/> - <frame index="0" offsetX="-0" offsetY="-40" delay="150"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="150"/> + <frame index="0" offsetX="0" offsetY="-39" delay="75"/> + <frame index="0" offsetX="0" offsetY="-40" delay="150"/> </animation> <animation direction="left"> <frame index="2" offsetX="-1" offsetY="-40" delay="75"/> @@ -45,10 +45,10 @@ </action> <action name="attack" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="-1" offsetY="-37" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-38" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-34" delay="75"/> - <frame index="0" offsetX="-1" offsetY="-33" delay="75"/> + <frame index="0" offsetX="0" offsetY="-37" delay="75"/> + <frame index="0" offsetX="0" offsetY="-38" delay="75"/> + <frame index="0" offsetX="0" offsetY="-34" delay="75"/> + <frame index="0" offsetX="0" offsetY="-33" delay="75"/> <end/> </animation> <animation direction="left"> @@ -59,8 +59,8 @@ <end/> </animation> <animation direction="up"> - <frame index="1" offsetX="-3" offsetY="-40" delay="225"/> - <frame index="1" offsetX="-3" offsetY="-38" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-40" delay="225"/> + <frame index="1" offsetX="-2" offsetY="-38" delay="75"/> <end/> </animation> <animation direction="right"> @@ -85,7 +85,7 @@ </animation> <animation direction="up"> <frame index="1" offsetX="-2" offsetY="-40" delay="225"/> - <frame index="1" offsetX="-3" offsetY="-39" delay="75"/> + <frame index="1" offsetX="-2" offsetY="-39" delay="75"/> <frame index="1" offsetX="-3" offsetY="-40" delay="75"/> <end/> </animation> @@ -97,13 +97,13 @@ </action> <action name="sit" imageset="base"> <animation direction="down"> - <frame index="0" offsetX="-1" offsetY="-26"/> + <frame index="0" offsetX="0" offsetY="-27"/> </animation> <animation direction="left"> - <frame index="2" offsetX="3" offsetY="-31"/> + <frame index="2" offsetX="5" offsetY="-31"/> </animation> <animation direction="up"> - <frame index="1" offsetX="-1" offsetY="-32"/> + <frame index="1" offsetX="0" offsetY="-32"/> </animation> <animation direction="right"> <frame index="3" offsetX="-7" offsetY="-31"/> |