From cab7915dd61d4134ba75a20e8d9ba7096f808dcc Mon Sep 17 00:00:00 2001 From: baiqwerdvd <158065462+baiqwerdvd@users.noreply.github.com> Date: Sun, 26 May 2024 21:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=91=E5=B9=95=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ArknightsUID/arknightsuid_charsnapshot/get_char_snapshot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ArknightsUID/arknightsuid_charsnapshot/get_char_snapshot.py b/ArknightsUID/arknightsuid_charsnapshot/get_char_snapshot.py index c8d7b8f..9187461 100644 --- a/ArknightsUID/arknightsuid_charsnapshot/get_char_snapshot.py +++ b/ArknightsUID/arknightsuid_charsnapshot/get_char_snapshot.py @@ -31,7 +31,7 @@ char_sort_list = [ "艾拉", "麒麟R夜刀", "铃兰", - "歌蕾蒂娅", + "玛恩纳", "温蒂", "莱伊", "假日威龙陈", @@ -39,7 +39,7 @@ char_sort_list = [ "夜莺", "塞雷娅", "归溟幽灵鲨", - "玛恩纳", + "歌蕾蒂娅", "灵知", "阿尔图罗", "艾雅法拉", @@ -110,7 +110,6 @@ char_sort_list = [ "W", "伺夜", ] - bg_img = Image.open("./texture2D/bg.jpg").convert("RGBA") avatar_bg = Image.open("./texture2D/avatar_bg.png").resize((118, 118)) avatar_fg = Image.open("./texture2D/avatar_fg.png")