Commit 6394bdc6 by BellCodeEditor

save project

parent 0bdf281b
Showing with 3 additions and 2 deletions
...@@ -117,8 +117,8 @@ while True: ...@@ -117,8 +117,8 @@ while True:
screen.blit(next_img, (420, 350)) # 下一曲 screen.blit(next_img, (420, 350)) # 下一曲
scoreSurf = basic_font.render(info,True,(225,225,225)) scoreSurf = basic_font.render(info,True,(225,225,225))
screen.blit(scoreSurf,(120,440)) screen.blit(scoreSurf,(120,440))
scoreSurf2 = basic_font.render("/"+info2,True,(225,225,225)) scoreSurf2 = basic_font.render("/"+info2,True,(0,0,0))
screen.blit(scoreSurf2,(120,440)) screen.blit(scoreSurf2,(170,440))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(100) FPS.tick(100)
\ 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