Commit f29a03b7 by BellCodeEditor

save project

parent e088b180
Showing with 8 additions and 4 deletions
......@@ -71,10 +71,14 @@ while True:
if pygame.mixer.music.get_busy() == False:
num+=1
if num > len(music_list)-1:
num=0
pygame.mixer.music.load(music_list)
pygame.mixer.music.play()
num=m
pygame.mixer.music.load(music_list)
p = playgame.mixer.music.get_pos()
p=int(p/1000)
p_m=p//60
p_s=p%60
info = str(p_m)+":"+str(p_s)
pygame.mixer.mus
new_logo = playgame.transform.rotate(logo_img,angle)
nuwrect = nuw_logo,get_rect(center=(320,200))
pos=(nuwrect[0],nuwrect[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