Commit 549bb8d0 by BellCodeEditor

save project

parent d04fdb6a
Showing with 1 additions and 2 deletions
...@@ -22,9 +22,8 @@ while True: ...@@ -22,9 +22,8 @@ while True:
exit() exit()
# 将背景图画上去 # 将背景图画上去
screen.blit("bg.png") screen.blit(background,(0,0))
# 得分 # 得分
pygame.Surface.blit("STKAITI.TTF")
# 刷新画面 # 刷新画面
ss=fout.render(str(score),True,(0,0,0)) ss=fout.render(str(score),True,(0,0,0))
sreen.bilt(ss,(350,70)) sreen.bilt(ss,(350,70))
......
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