Commit 2de34b42 by BellCodeEditor

save project

parent d7957fdd
Showing with 2 additions and 1 deletions
......@@ -84,7 +84,8 @@ while True:
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
b=pygame.transform.rotate(logo_img,a)
a+=1
if play_button==stop_img:
a+=1
c=b.get_rect(center=(320,200))
pos=(c[0],c[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