Commit 8d414f26 by BellCodeEditor

auto save

parent ca80ed84
Showing with 0 additions and 7 deletions
......@@ -5,9 +5,4 @@ pygame.init()
# 创建一个窗口
screen = pygame.display.set_mode((660,480),0,32)
FPSCLOCK=pygame.time.Clock()
\ No newline at end of file
background=pygame.image.load('bg.png')
right=pygame.image.load('right.png')
food=pygame.image.load('apple.png')
body=pygame.image.load('body.png')
\ 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