Browse Source

バグ修正

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

+ 2
- 1
main.py View File

@@ -56,9 +56,10 @@ class Main:


playsound ('./nizika_talking.wav') playsound ('./nizika_talking.wav')


pygame.display.update ()

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


pygame.display.update ()


for event in pygame.event.get (): for event in pygame.event.get ():
if event.type == QUIT: if event.type == QUIT:


Loading…
Cancel
Save