Commit a7d79f90 by BellCodeEditor

save project

parent d2869a41
Showing with 15 additions and 0 deletions
......@@ -92,8 +92,20 @@ while True:
pos = (newRect[0], newRect[1])
if play_button==stop_img:
angle += 1
time=pygame.image..get_pos()
time=int(time/1000)
x=time//60
b=time%60
info=str(x)+"/"+ str(b)
# +++++++++++++++++++++++++++++++++++++
# 绘制画面
screen.blit(bg_img, (0, 0)) # 填充背景
screen.blit(play_button, (270, 330)) # 暂停按钮
# screen.blit(new_logo, (170, 60)) # 中间logo图
......@@ -101,5 +113,7 @@ while True:
screen.blit(last_img, (120, 350)) # 上一曲
screen.blit(next_img, (420, 350)) # 下一曲
scoreSurf=basic_font.render()
# 刷新画面
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