Commit 0b314d86 by BellCodeEditor

auto save

parent 2f3bc966
Showing with 13 additions and 0 deletions
...@@ -33,3 +33,16 @@ while True: ...@@ -33,3 +33,16 @@ while True:
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(3)
background = pygame.image.load('bg.png')
right = pygame.image.load('right.png')
food = pygame.image.load('apple.png')
body = pygame.image.load('body.png')
FPSCLOCK=pygame.time.Clock()
callable(4)
x,y=240,120
x,y=120,150
exit()
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