Commit 07f3a16c by BellCodeEditor

save project

parent 8a9bc92d
Showing with 1 additions and 1 deletions
...@@ -154,7 +154,7 @@ while True: ...@@ -154,7 +154,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:
text = font_restart.render('你妈了个逼的,入机俄罗斯方块都不会玩',True,(0,0,0)) text = font_restart.render('你妈了个逼的,入机俄罗斯方块都不会玩',True,(0,0,0))
screen.blit(text,(20,250)) screen.blit(text,(20,250))
score = 0 score = 0
num_list = [] num_list = []
......
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