Commit 0595483c by BellCodeEditor

auto save

parent ed5fea1b
Showing with 2 additions and 7 deletions
......@@ -170,11 +170,6 @@ while True:
text = my_font.render("分数:"+str(score),True,(0,0,0))
screen.blit(text,(900,20))
#将前三名渲染到分数的下面
text = my_font.render("第1名:"+str(one),True,(0,0,0))
......
{"第1名": 23, "第2名": 3, "第3名": 3}
\ No newline at end of file
{"第1名": 0, "第2名": 3, "第3名": 3}
\ 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