Commit 392cf437 by BellCodeEditor

save project

parent 9e62705f
Showing with 0 additions and 9 deletions
......@@ -85,15 +85,6 @@ while True:
num = 0
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
a=pygame.mixer.music.get_pos()
play_time=int(play_time//1000)
play_m=play_time//60
play_s=a%60
b=str(play_m)+":"+str(play_s)
e=pygame.font.Font("neurpool.ttf",13)
a1=e.render(a,true,(0,0,2))
# 绘制画面
screen.blit(bg_img, (0, 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