Commit fe20f042 by BellCodeEditor

save project

parent bfaac21b
Showing with 1 additions and 1 deletions
...@@ -54,7 +54,7 @@ while True: ...@@ -54,7 +54,7 @@ while True:
nam+=1 nam+=1
if nam>len(list_yy)-1: if nam>len(list_yy)-1:
nam = 0 nam = 0
pygame.mixer.music.load(list_yy[len]) pygame.mixer.music.load(list_yy[nam])
pygame.mixer.music.play() pygame.mixer.music.play()
......
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