From 73e128c082e9878505445aefe99982035c77f034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wuyi=E6=97=A0=E7=96=91?= <444835641@qq.com> Date: Thu, 31 Mar 2022 11:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=A4=9A=E8=A7=92?= =?UTF-8?q?=E8=89=B2UI=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mihoyo_libs/get_image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mihoyo_libs/get_image.py b/mihoyo_libs/get_image.py index bfe996ce..5cefcd81 100644 --- a/mihoyo_libs/get_image.py +++ b/mihoyo_libs/get_image.py @@ -1065,7 +1065,7 @@ async def draw_char_pic(img: Image, char_data: dict, index: int, bg_color: tuple draw_text.text((73, 18), '{}'.format(str(char_data['fetter'])), text_color, genshin_font(16), anchor="mm") - char_crop = (75 + 190 * (index % 4), 800 + 100 * (index // 4)) + char_crop = (75 + 190 * (index % 4), 900 + 100 * (index // 4)) STATUS.remove(char_data['name']) img.paste(char_0, char_crop, char_0)