Browse Source

もっともっと太く

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

+ 2
- 2
main.py View File

@@ -64,12 +64,12 @@ class Main:


time.sleep (10) time.sleep (10)


for i in range (2):
for i in range (4):
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 ()}',
True, (0, 0, 0)), True, (0, 0, 0)),
(i, i))
(i % 2, i // 2))


pygame.display.update () pygame.display.update ()




Loading…
Cancel
Save