Commit f5fda9e2 by BellCodeEditor

save project

parent 5f29338f
Showing with 2 additions and 3 deletions
......@@ -13,9 +13,6 @@ next_img = pygame.image.load('next.png') # 下一曲按钮
logo_img = pygame.image.load('logo.png') # 中间logo
while True:
for event in pygame.event.get():
print(i)
pygame.image.load(a.png)
if i.type == locals.QUIT:
exit()
......@@ -27,3 +24,5 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲
# 刷新画面
pygame.display.update()
#FPSCLOCK.tick(10)
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