Commit 30aeaaa8 by BellCodeEditor

save project

parent fca84d80
Showing with 2 additions and 2 deletions
...@@ -62,8 +62,8 @@ while True: ...@@ -62,8 +62,8 @@ while True:
if x>420 and x<520 and y>350 and y<400: if x>420 and x<520 and y>350 and y<400:
# 次数增加 # 次数增加
e+= 1 e+= 1
if e < 0: if e > len(k) - 1:
e = len(k) - 1 e =0
pygame.mixer.music.load(k[e]) pygame.mixer.music.load(k[e])
pygame.mixer.music.play() pygame.mixer.music.play()
e=0 e=0
......
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