Commit bcc3cf3c by BellCodeEditor

auto save

parent 4e4a628e
Showing with 6 additions and 5 deletions
...@@ -149,11 +149,11 @@ while True: ...@@ -149,11 +149,11 @@ while True:
text = my_font.render("分数:"+str(score),True,(255,255,255)) text = my_font.render("分数:"+str(score),True,(255,255,255))
screen.blit(text,(920,10)) screen.blit(text,(920,10))
text1=my_font.render("第一名:"+str(one),True,(255,255,255)) text1=my_font.render("第一名:"+str(one),True,(255,255,255))
screen.blit(text1,(920,40)) screen.blit(text1,(900,40))
text2=my_font.render("第二名:"+str(two),True,(255,255,255)) text2=my_font.render("第二名:"+str(two),True,(255,255,255))
screen.blit(text2,(920,70)) screen.blit(text2,(900,70))
text3=my_font.render("第三名:"+str(three),True,(255,255,255)) text3=my_font.render("第三名:"+str(three),True,(255,255,255))
screen.blit(text3,(920,100)) screen.blit(text3,(900,100))
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(60)
\ No newline at end of file
{"\u7b2c1\u540d": 1, "\u7b2c2\u540d": 0, "\u7b2c3\u540d": 0} {"\u7b2c1\u540d": 100, "\u7b2c2\u540d": 1, "\u7b2c3\u540d": 1}
\ No newline at end of file \ 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