Commit d1066b1a by BellCodeEditor

save project

parent 62ca40f2
Showing with 2 additions and 1 deletions
...@@ -126,6 +126,6 @@ while True: ...@@ -126,6 +126,6 @@ while True:
scoreSurf=basic_font.render(info,True,(255,255,255)) scoreSurf=basic_font.render(info,True,(255,255,255))
screen.blit(scoreSurf,(12,440)) screen.blit(scoreSurf,(12,440))
scoreSurf2=basic_font.render("/"+info2,True,(0,0,0)) scoreSurf2=basic_font.render("/"+info2,True,(0,0,0))
screen.bilt(scoreSurf2,(170,440)) screen.blit(scoreSurf2,(170,440))
# 刷新画面 # 刷新画面
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