Commit 29c004d2 by BellCodeEditor

save project

parent a414fbc7
Showing with 2 additions and 2 deletions
...@@ -43,8 +43,8 @@ while True: ...@@ -43,8 +43,8 @@ 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