This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_broadcast
Watch
0
Star
0
Fork
0
Code
Issues
13
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
もっともっと太く
btc-sounds
みてるぞ
1 year ago
parent
d464a9b5b7
commit
1d30353326
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
main.py
+ 2
- 2
main.py
View File
@@ -64,12 +64,12 @@ class Main:
time.sleep (10)
for i in range (
2
):
for i in range (
4
):
screen.blit (
system_font.render (
f'live_chat.is_alive () == {live_chat.is_alive ()}',
True, (0, 0, 0)),
(i, i))
(i
% 2
, i
// 2
))
pygame.display.update ()
Write
Preview
Loading…
Cancel
Save