Commit df658c2a by BellCodeEditor

save project

parent bfb197c5
Showing with 13 additions and 0 deletions
...@@ -60,3 +60,16 @@ while True: ...@@ -60,3 +60,16 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲 screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
import pygame
from pygame import locals
import pygame
from pygame import locals
pygame.init()
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