mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 19:17:33 +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":
|
||||
continue
|
||||
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))
|
||||
if test_char.defaultEquipId == equip_id.id_:
|
||||
bar_img.paste(equip_selected, (626 + 67 * i, 31), mask=equip_selected)
|
||||
|
Loading…
x
Reference in New Issue
Block a user