Browse Source

インデントの修正

btc-sounds
みてるぞ 9 months ago
parent
commit
539aa41940
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.py

+ 1
- 1
main.py View File

@@ -25,7 +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)
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)


Loading…
Cancel
Save