Commit e38e38d4 by BellCodeEditor

save project

parent 4e10657b
Showing with 2 additions and 0 deletions
...@@ -69,6 +69,8 @@ while True: ...@@ -69,6 +69,8 @@ while True:
screen.blit(body, position[i]) screen.blit(body, position[i])
# 将果实画上去 # 将果实画上去
info = "Score"+ str(score)
screen.blit(food, (apple_x,apple_y )) screen.blit(food, (apple_x,apple_y ))
# 刷新画面 # 刷新画面
pygame.display.update() 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