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
8ecb92691e
commit
203958b150
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
main.py
+ 2
- 1
main.py
View File
@@ -56,9 +56,10 @@ class Main:
playsound ('./nizika_talking.wav')
pygame.display.update ()
time.sleep (10)
pygame.display.update ()
for event in pygame.event.get ():
if event.type == QUIT:
Write
Preview
Loading…
Cancel
Save