このコミットが含まれているのは:
2023-12-02 06:19:32 +09:00
コミット d78ad10c78
+2 -2
ファイルの表示
@@ -22,9 +22,9 @@ class Main:
live_chat = pytchat.create (video_id = YOUTUBE_ID) live_chat = pytchat.create (video_id = YOUTUBE_ID)
user_font = pygame.font.SysFont ('notosansjpregular', 32, user_font = pygame.font.SysFont ('notosanscjkjp', 32,
italic = True) italic = True)
nizika_font = pygame.font.SysFont ('07にくまるフォント', 50) nizika_font = pygame.font.SysFont ('07nikumarufont', 50)
while (True): while (True):
screen.fill ((0, 255, 0)) screen.fill ((0, 255, 0))