Commit e0759de6 by BellCodeEditor

save project

parent afbf53ae
Showing with 1 additions and 1 deletions
......@@ -28,7 +28,7 @@ while True:
volume += 0.1
pygame.mixer.music.set_volume(volume)
if pygame.mixer.music.get_busy() == False:
pygame.mixer.musicg.play()
pygame.mixer.music.play()
screen.blit(background,(0,0))
screen.blit(logo,(170,60))
screen.blit(stop,(270,330))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment