Commit cbd2502f by BellCodeEditor

save project

parent 4a65dff9
Showing with 2 additions and 1 deletions
...@@ -132,7 +132,7 @@ while True: ...@@ -132,7 +132,7 @@ while True:
# 绘制时间进度 # 绘制时间进度
scoreSurf = basic_font.render(info, True, (255, 255, 255)) scoreSurf = basic_font.render(info, True, (255, 255, 255))
screen.blit(scoreSurf, (120,440)) screen.blit(scoreSurf, (120,440))
screen.blit(image2, (160,440)) screen.blit(image2, (170,440))
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
\ 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