Browse Source

もっと太く

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

+ 6
- 5
main.py View File

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


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


screen.blit (
system_font.render (
f'live_chat.is_alive () == {live_chat.is_alive ()}',
True, (0, 0, 0)),
(0, 0))
for i in range (2):
screen.blit (
system_font.render (
f'live_chat.is_alive () == {live_chat.is_alive ()}',
True, (0, 0, 0)),
(i, i))


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




Loading…
Cancel
Save