Commit 0d02c6c4 by BellCodeEditor

save project

parent aa6dbe61
Showing with 2 additions and 2 deletions
......@@ -101,13 +101,12 @@ while True:
jgh = str(time_m)+":"+str(time_s)
print(jgh)
# 绘制画面
fhf=abc.render(jgh, True, (255,255,255))
screen.blit(bg_img, (0, 0)) # 填充背景
screen.blit(play_button, (270, 330)) # 暂停按钮
screen.blit(wqe, pos) # 中间logo图
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
screen.blit(fhf, (550,400))
fhf=abc.render(jgh, True, (255,255,255))
# 刷新画面
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