Commit 91f29360 by BellCodeEditor

save project

parent 8c122cfe
Showing with 9 additions and 3 deletions
......@@ -59,5 +59,12 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.background
\ No newline at end of file
pygame.display.
import pygame
from pygame import locals
pygame.init()
screen = pygame.display.set_mode((640,480))
pygame.nxic.music.load('')
pygame.nxic.music.play()
while
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