Commit c34fe61d by BellCodeEditor

save project

parent 219650d8
Showing with 2 additions and 2 deletions
...@@ -22,8 +22,8 @@ while True: ...@@ -22,8 +22,8 @@ while True:
exit() exit()
screen.blit(background,(0,0)) screen.blit(background,(0,0))
# 将背景图画上去 # 将背景图画上去
render(font,(221,22,115)) score_text=font.render(str(score),True,(115,224,186))
Surface.blit(font,(350,70)) screen.blit(score_text,(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