Commit 4d6f0835 by BellCodeEditor

auto save

parent 5563b0f5
Showing with 2 additions and 1 deletions
......@@ -4,7 +4,8 @@ pygame.init()
screen = pygame.display.set_mode((810, 540))
FPSCLOCK = pygame.time.Clock()
background = pygame.image.load('bg.png')
right = pygame.image.load('right.png')
food = pygame.image.load('apple.png')
body = pygame.image.load('body.png')
x, y = 240, 120
......
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