Commit 84df6229 by BellCodeEditor

save project

parent 3a480934
Showing with 2 additions and 1 deletions
...@@ -127,7 +127,7 @@ while True: ...@@ -127,7 +127,7 @@ while True:
sss.play() sss.play()
old_score = score old_score = score
content = sc.render("Score:"+str(score),True,(255,255,255)) content = sc.render("Score:"+str(score),True,(255,255,255))
screen.blit(content, (150, y)) screen.blit(content, (800, 40))
# 刷新画面 # 刷新画面
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