From d7b7b4bde83c1fd1dd732c75530c14cc30cfce5b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 19 Jun 2022 19:48:54 +0800 Subject: [PATCH] save project --- my_music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_music.py b/my_music.py index 5dde097..a4820c2 100644 --- a/my_music.py +++ b/my_music.py @@ -91,4 +91,4 @@ while True: screen.blit(last_img, (120, 350)) # 上一曲 screen.blit(next_img, (420, 350)) # 下一曲 # 刷新画面 - pygame.display.update() \ No newline at end of file + pygame.display.update() -- libgit2 0.25.0