From 5903c6de35ed300f091d1dc52d0710c545bc801e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 15 May 2022 18:19:42 +0800 Subject: [PATCH] save project --- my_music.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/my_music.py b/my_music.py index 36c2695..5528aff 100644 --- a/my_music.py +++ b/my_music.py @@ -86,9 +86,8 @@ while True: new_logo = pygame.transfrom.rotate(logo_img,angle) newRect = new_logo.get_rect(center=(320,200)) - pos = (newRect[0],newRect[1]) - if play_button == stop_img: - angle += 1 + print(newRect) + angle += 1 # 绘制画面 screen.blit(bg_img, (0, 0)) # 填充背景 -- libgit2 0.25.0