Commit f623524b by BellCodeEditor

auto save

parent 8b721f4c
Showing with 1 additions and 1 deletions
......@@ -11,7 +11,7 @@ down = pygame.image.load('down.png')
left=pygame.image.load('left.png')
food=pygame.image.load('apple.png')
body=pygame.image.load('body.png')
my_font = pygame.font.Font('neuropol.ttf')
my_font = pygame.font.load('neuropol.ttf')
x = 240
y = 120
setheading = 'right'
......
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