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
ae0d754992
commit
9aaf949d15
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.py
+ 1
- 1
main.py
View File
@@ -69,7 +69,7 @@ class Main:
system_font.render (
f'live_chat.is_alive () == {live_chat.is_alive ()}',
True, (0, 0, 0)),
(i % 2 * 2, i // 2 * 2)
(i % 2 * 2, i // 2 * 2)
)
pygame.display.update ()
Write
Preview
Loading…
Cancel
Save