diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-04-30 14:59:33 +0000 |
---|---|---|
committer | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-04-30 14:59:33 +0000 |
commit | 32ffcb381c853a5641e22379c29222b9a349e8f3 (patch) | |
tree | 9c72cf477ce0b5d4269ebc235e76839f00b6709c /graphics/sprites/head-tophat.xml | |
parent | 4aa7e15ad3475d8fb5ad8f3fefb19508102e1f7b (diff) | |
download | clientdata-32ffcb381c853a5641e22379c29222b9a349e8f3.tar.gz clientdata-32ffcb381c853a5641e22379c29222b9a349e8f3.tar.bz2 clientdata-32ffcb381c853a5641e22379c29222b9a349e8f3.tar.xz clientdata-32ffcb381c853a5641e22379c29222b9a349e8f3.zip |
Corrected hair and hat offsets for facing right and attacking with a bow.
Small collision layer fixes to map 1 and 8.
Added serf hat, by BlackDon.
Diffstat (limited to 'graphics/sprites/head-tophat.xml')
-rw-r--r-- | graphics/sprites/head-tophat.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sprites/head-tophat.xml b/graphics/sprites/head-tophat.xml index 834a7f84..44ccca69 100644 --- a/graphics/sprites/head-tophat.xml +++ b/graphics/sprites/head-tophat.xml @@ -109,11 +109,11 @@ <end />
</animation>
<animation direction="right">
- <frame index="3" offsetX="-2" offsetY ="-50" delay="75"/>
- <frame index="3" offsetX="-2" offsetY ="-50" delay="75"/>
- <frame index="3" offsetX="-2" offsetY ="-50" delay="75"/>
- <frame index="3" offsetX="-4" offsetY ="-51" delay="75"/>
- <frame index="3" offsetX="-4" offsetY ="-51" delay="75"/>
+ <frame index="3" offsetX="-4" offsetY ="-50" delay="75"/>
+ <frame index="3" offsetX="-4" offsetY ="-50" delay="75"/>
+ <frame index="3" offsetX="-4" offsetY ="-50" delay="75"/>
+ <frame index="3" offsetX="-6" offsetY ="-51" delay="75"/>
+ <frame index="3" offsetX="-6" offsetY ="-51" delay="75"/>
<end />
</animation>
</action>
|