Commit 72fce4ac by BellCodeEditor

auto save

parent 3419dfb7
Showing with 1 additions and 1 deletions
......@@ -118,7 +118,7 @@ while True:
score += sprite.score
sprite.score = 0
# 刷新画面
myfont = pygame.font.Font('STKAITI.TTF',15)#设置字体
myfont = pygame.font.Font('STKAITI.TTF',30)#设置字体
info1 = myfont.render("分数:"+str(score),True,(0,0,0))
screen.blit(info1,(850,0))
pygame.display.update()
......
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