Commit 20fb059a by BellCodeEditor

save project

parent ff73450b
Showing with 3 additions and 2 deletions
...@@ -24,8 +24,9 @@ volume = 0.2 ...@@ -24,8 +24,9 @@ volume = 0.2
pygame.mixer.music.set_volume(volume) # 初始播放音量 pygame.mixer.music.set_volume(volume) # 初始播放音量
click = 0 click = 0
play_button = stop_img play_button = stop_img
fps=pygame. fps=pygame.time.Clock()
b=0#fps.tick(60) b=0
fps.tick(60)
while True: while True:
time=pygame.mixer.music.get_pos()/1000 time=pygame.mixer.music.get_pos()/1000
time_m=int(time//60) time_m=int(time//60)
......
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