Commit 50126708 by BellCodeEditor

auto save

parent 1754f9f4
Showing with 3 additions and 0 deletions
......@@ -20,6 +20,9 @@ pygame.mixer.music.set_volume(volume) # 初始播放音量
click = 0
play_button = stop_img
music list = []
path = 'C:\Users\\bellcode\\Desktop\\test'
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
......
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