Commit 7f98e08f by BellCodeEditor

save project

parent 9b97a2aa
Showing with 5 additions and 1 deletions
......@@ -100,9 +100,13 @@ while True:
play_m=abc//60
play_s=abc%60
into=str(play_m)+":"+str(play_s)
print
ew=pygame.font.Font("neuropol.ttf",30)
into1=ew.render(into,True,(0,0,2))
# 绘制画面
screen.blit(bg_img, (0, 0)) # 填充背景
screen.blit(into1,(500,450))
screen.blit(play_button, (270, 330)) # 暂停按钮
screen.blit(logo_img1, lop) # 中间logo图
screen.blit(last_img, (120, 350)) # 上一曲
......
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