Commit 4620c84e by BellCodeEditor

save project

parent 42c7acb7
Showing with 7 additions and 0 deletions
......@@ -84,6 +84,13 @@ while True:
num = 0
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
pt=pygame.mixer_music.get_pos()
print(pt)
pt=int(pt/1000)
m=pt//60
s=pt%60
r=pygame.transform.rotate(logo_img,j)
if play_button == stop_img:
j+=1
......
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