最初から太字にしようか

このコミットが含まれているのは:
2023-12-03 07:18:34 +09:00
コミット 844bc64927
+1 -8
ファイルの表示
@@ -25,9 +25,7 @@ class Main:
live_chat = pytchat.create (video_id = YOUTUBE_ID) live_chat = pytchat.create (video_id = YOUTUBE_ID)
system_font = pygame.font.SysFont ('notosanscjkjp', 24) system_font = pygame.font.SysFont ('notosanscjkjp', 24, bold = True)
system_font_outline = pygame.font.SysFont ('notosanscjkjp', 24,
bold = True)
user_font = pygame.font.SysFont ('notosanscjkjp', 32, user_font = pygame.font.SysFont ('notosanscjkjp', 32,
italic = True) italic = True)
nizika_font = pygame.font.SysFont ('07nikumarufont', 50) nizika_font = pygame.font.SysFont ('07nikumarufont', 50)
@@ -66,11 +64,6 @@ class Main:
time.sleep (10) 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 ( screen.blit (
system_font.render ( system_font.render (
f'live_chat.is_alive () == {live_chat.is_alive ()}', f'live_chat.is_alive () == {live_chat.is_alive ()}',