Commit 00165b82 by BellCodeEditor

save project

parent 5c96d9c0
Showing with 1 additions and 1 deletions
...@@ -56,7 +56,7 @@ while True: ...@@ -56,7 +56,7 @@ while True:
num+=1 num+=1
if num>len(filemusic)-1: if num>len(filemusic)-1:
num=0 num=0
pygame.mixer.music.load(filemusic(num)) pygame.mixer.music.load(filemusic[num])
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