Commit f6589bbe by BellCodeEditor

auto save

parent 6fee2e2c
Showing with 26 additions and 0 deletions
......@@ -40,6 +40,32 @@ while True:
# 按下鼠标
if event.type == locals.MOUSEBUTTONDOWN:
# 次数增加
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