Commit 0524c8dc by BellCodeEditor

save project

parent 63adc94b
Showing with 1 additions and 1 deletions
......@@ -57,7 +57,7 @@ while True:
m += 1
if m>len(f):
m=0
pygame.mixer.music.load([m])
pygame.mixer.music.load(f[m])
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