Commit 72684a0c by BellCodeEditor

auto save

parent bdc81fc3
Showing with 2 additions and 9 deletions
...@@ -30,11 +30,4 @@ while True: ...@@ -30,11 +30,4 @@ while True:
qwer.append((x,y)) qwer.append((x,y))
qwer.pop(0) qwer.pop(0)
screen.blit(right, (x,y)) screen.blit(right, (x,y))
\ No newline at end of file
# 将果实画上去
screen.blit(food, (360, 300))
# 刷新画面
pygame.display.update()
asdfk.tick(3)
\ 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