Commit 6a4f5904 by BellCodeEditor

save project

parent e38a9153
Showing with 2 additions and 2 deletions
......@@ -95,13 +95,13 @@ while True:
pos_s='0'+pos_s
play_time=pos_m+':'+pos_s
text=font.render(play_time,True,(255,255,255))
text2=font.render('/'+music_len,True,(0,0,0))
screen.blit(bg_img, (0, 0))
screen.blit(play_button, (270, 330))
screen.blit(new_logo,pose)
screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350))
screen.blit(text,(50,400))
screen.blit(text2,(100,400))
pygame.display.update()
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