Commit 467cf2d4 by BellCodeEditor

save project

parent c38d5824
Showing with 3 additions and 2 deletions
...@@ -77,11 +77,12 @@ while True: ...@@ -77,11 +77,12 @@ while True:
click += 2 click += 2
else: else:
click += 1 click += 1
angle+=1
xuanzhuan=pygame.transform.rotate(logo_img,angle) xuanzhuan=pygame.transform.rotate(logo_img,angle)
zuobiao=xuanzhuan.get_rect(center=(320,200)) zuobiao=xuanzhuan.get_rect(center=(320,200))
pos=(zuobiao[0],zuobiao[1]) pos=(zuobiao[0],zuobiao[1])
if play_button == stop_img:
angle+=1
if pygame.mixer.music.get_busy() == False: if pygame.mixer.music.get_busy() == False:
num += 1 num += 1
if num > len(music_list)-1: if num > len(music_list)-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