diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-14 07:11:02 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-14 07:11:02 +0100 |
commit | 6a6881ba73ea5d7d5e89b3af39b30ea3e1c9f36c (patch) | |
tree | 41bcc5f4e459a9e0574964ad52d59352823c63d2 /graphics | |
parent | c4bb3ad5123623204c31c7ab2cb8afc3dc6ff5f7 (diff) | |
download | clientdata-6a6881ba73ea5d7d5e89b3af39b30ea3e1c9f36c.tar.gz clientdata-6a6881ba73ea5d7d5e89b3af39b30ea3e1c9f36c.tar.bz2 clientdata-6a6881ba73ea5d7d5e89b3af39b30ea3e1c9f36c.tar.xz clientdata-6a6881ba73ea5d7d5e89b3af39b30ea3e1c9f36c.zip |
fix centurion helmet and desert helmet hats
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sprites/equipment/head/centurionhelmet.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/equipment/head/deserthelmet.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sprites/equipment/head/centurionhelmet.xml b/graphics/sprites/equipment/head/centurionhelmet.xml index 3d82588f..1a3220eb 100644 --- a/graphics/sprites/equipment/head/centurionhelmet.xml +++ b/graphics/sprites/equipment/head/centurionhelmet.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 TMW2 --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/head/courbahelmet.png" + src="graphics/sprites/equipment/head/centurionhelmet.png" width="32" height="64" offsetY="1"/> diff --git a/graphics/sprites/equipment/head/deserthelmet.xml b/graphics/sprites/equipment/head/deserthelmet.xml index c47ebdad..bac40cd9 100644 --- a/graphics/sprites/equipment/head/deserthelmet.xml +++ b/graphics/sprites/equipment/head/deserthelmet.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 TMW2 --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/head/purplemodel.png" + src="graphics/sprites/equipment/head/deserthelmet.png" width="32" height="64" offsetY="0"/> |