Commit a414fbc7 by BellCodeEditor

save project

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