Commit 0d02c6c4 by BellCodeEditor

save project

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