From 844bc64927ea3d14d92b509c87b4433f633472bb Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 3 Dec 2023 07:18:34 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=88=9D=E3=81=8B=E3=82=89=E5=A4=AA?= =?UTF-8?q?=E5=AD=97=E3=81=AB=E3=81=97=E3=82=88=E3=81=86=E3=81=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/main.py b/main.py index 355b32c..87761a3 100644 --- a/main.py +++ b/main.py @@ -25,9 +25,7 @@ class Main: live_chat = pytchat.create (video_id = YOUTUBE_ID) - system_font = pygame.font.SysFont ('notosanscjkjp', 24) - system_font_outline = pygame.font.SysFont ('notosanscjkjp', 24, - bold = True) + system_font = pygame.font.SysFont ('notosanscjkjp', 24, bold = True) user_font = pygame.font.SysFont ('notosanscjkjp', 32, italic = True) nizika_font = pygame.font.SysFont ('07nikumarufont', 50) @@ -66,11 +64,6 @@ class Main: time.sleep (10) - screen.blit ( - system_font_outline.render ( - f'live_chat.is_alive () == {live_chat.is_alive ()}', - True, (255, 255, 255)), - (0, 0)) screen.blit ( system_font.render ( f'live_chat.is_alive () == {live_chat.is_alive ()}',