From 269b718398ccc9c1c96435326d8e0e8e5c428328 Mon Sep 17 00:00:00 2001 From: "Hello=)" Date: Sun, 30 Mar 2025 02:10:10 +0300 Subject: This fixes witch doctor mask appearance in items dialog and hover popup. For some unknown reasons witch doctor mask looked ugly and distorted in items window (F4 on self or show items on others) and in client hover popup showing item data. I've used item sprite itself to make it looking much better. Technically I moved some part of pixels from item sprite used to display player in game world to item image used in dialogs, both images are by same author, and same license. As extra perk I've optimized PNG packing and halved its size vs original. --- graphics/items/equipment/head/witch-doctor-mask.png | Bin 1683 -> 842 bytes license.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/items/equipment/head/witch-doctor-mask.png b/graphics/items/equipment/head/witch-doctor-mask.png index f2a641d1..fd3ea418 100644 Binary files a/graphics/items/equipment/head/witch-doctor-mask.png and b/graphics/items/equipment/head/witch-doctor-mask.png differ diff --git a/license.md b/license.md index 4a1d095a..85bf95f1 100644 --- a/license.md +++ b/license.md @@ -299,7 +299,7 @@ File | Artists | Licenses `graphics/items/equipment/head/tophat.png` | QOAL | GPLv2 `graphics/items/equipment/head/warlordhelm.png` | Black Don | GPLv2 `graphics/items/equipment/head/wickedmushroomhat.png` | Cassy, Yuuki, HoraK-FDF | GPLv2 -`graphics/items/equipment/head/witch-doctor-mask.png` | Black Don | GPLv2 +`graphics/items/equipment/head/witch-doctor-mask.png` | Black Don, Hello=) | GPLv2 `graphics/items/equipment/head/witch-hat.png` | Meway | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/head/wizard-hat.png` | Crush, Hal9000 | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/head/yeti-mask.png` | Skipy | GPLv2 -- cgit v1.2.3-70-g09d2