Commit 9aa10bce by BellCodeEditor

save project

parent 29c004d2
Showing with 4 additions and 4 deletions
......@@ -41,10 +41,10 @@ while True:
pygame.mixer.music.set_volume(volume)
# 按下鼠标
if event.type == locals.MOUSEBUTTONDOWN:
# 次数增加
fillelist = ["歌曲1.wav","歌曲2.wav","歌曲3.wav","歌曲4.ogg"]
num = 1
if event.type == locals.MOUSEBUTTONDOWN:
fillelist = ["歌曲1.wav","歌曲2.wav","歌曲3.wav","歌曲4.ogg"]
num = 1
click += 1
if click % 2 == 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