Commit 0afb31b4 by BellCodeEditor

save project

parent 6e5f6344
Showing with 3 additions and 3 deletions
......@@ -11,7 +11,7 @@ stop_img = pygame.image.load('stop.png') # 暂停按钮
last_img = pygame.image.load('last.png') # 上一曲按钮
next_img = pygame.image.load('next.png') # 下一曲按钮
logo_img = pygame.image.load('logo.png') # 页面
sss=pygame.font.Font('ttf', 20)
sss=pygame.font.Font('neuropol.ttf', 20)
FPS = pygame.time.Clock()
xuanzhuan=90
......@@ -96,6 +96,6 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
screen.blit(logodown_img, (pos)) # 中间logo图
screen.blit(sss,(540,10))
t=sss.render(sofo,True,(0,0,0))
screen.blit(t,(120,440))
pygame.display.update()# 刷新画面
# text=play_time.render(info,True,(0,0,0))
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