Commit 9aa10bce by BellCodeEditor

save project

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