Commit 272d707b by BellCodeEditor

save project

parent b40185b2
Showing with 3 additions and 1 deletions
......@@ -21,7 +21,7 @@ for i in filelist:
if i[-4:] == ".wav" or i[-4:] == ".ogg":
music_list.append(i)
basic_font = pygame.font.Font(neuropol.ttf,18)
basic_font = pygame.font.Font("neuropol.ttf",18)
angle = 0
volume = 0.2
......@@ -107,6 +107,7 @@ while True:
screen.blit(new_logo, pos) # 中间logo图
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
screen.blit(basic_font.render(info,True,(255,255,255)),(120,440))
# 刷新画面
pygame.display.update()
\ No newline at end of file
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