Commit 6b44a1e7 by BellCodeEditor

save project

parent 517e6996
Showing with 3 additions and 0 deletions
...@@ -95,6 +95,9 @@ while True: ...@@ -95,6 +95,9 @@ while True:
play_m=play_time//6 play_m=play_time//6
play_s=play_time%60 play_s=play_time%60
info=str(play_m)+":"+str(play_s) info=str(play_m)+":"+str(play_s)
music1=pygame.mixer.Sound(path+"\\"+music_list[num])
music_lenght=music1.get_lenght()
music_lenght=str(music_lenght)
new_logo=pygame.transform.rotate(logo_img,angle) new_logo=pygame.transform.rotate(logo_img,angle)
......
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