Commit 8afb15cc by BellCodeEditor

save project

parent 794262a3
Showing with 3 additions and 3 deletions
......@@ -86,9 +86,9 @@ while True:
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
pygame.transfrom.rotate(new_logo,-90)
Surface.get_rect(center=(320,220))
pygame.time.Clock.tick(60)
pygame.transfrom.rotate(new_logo,-90)
Surface.get_rect(center=(320,220))
pygame.time.Clock.tick(60)
# 绘制画面
screen.blit(bg_img, (0, 0)) # 填充背景
......
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