mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-05 03:23:45 +08:00
use lower
This commit is contained in:
parent
95a49d3f9d
commit
135ba1834a
@ -345,7 +345,7 @@ def draw_char(
|
|||||||
if equip_type_icon == "original":
|
if equip_type_icon == "original":
|
||||||
continue
|
continue
|
||||||
equip_img = Image.open(
|
equip_img = Image.open(
|
||||||
TEXT_PATH / "ui_equip_type_direction_hub_h2" / f"{equip_type_icon}.png"
|
TEXT_PATH / "ui_equip_type_direction_hub_h2" / f"{equip_type_icon.lower()}.png"
|
||||||
).resize((92, 68))
|
).resize((92, 68))
|
||||||
if test_char.defaultEquipId == equip_id.id_:
|
if test_char.defaultEquipId == equip_id.id_:
|
||||||
bar_img.paste(equip_selected, (626 + 67 * i, 31), mask=equip_selected)
|
bar_img.paste(equip_selected, (626 + 67 * i, 31), mask=equip_selected)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user