Commit 0540090e by BellCodeEditor

save project

parent 852b2388
Showing with 1 additions and 1 deletions
...@@ -145,7 +145,7 @@ while True: ...@@ -145,7 +145,7 @@ while True:
# 得分 # 得分
text_surface = font.render(str(score), True, (0, 0, 0)) text_surface = font.render(str(score), True, (0, 0, 0))
screen.blit(text_surface, (350,70)) screen.blit(text_surface, (350,70))
if gameover=-True: if gameover==True:
t=font_r.render("游戏结束"True,(0,,0,0)) t=font_r.render("游戏结束"True,(0,,0,0))
screen.bilt(t,(20,250)) screen.bilt(t,(20,250))
score=0 score=0
......
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