Commit fe212c4e by BellCodeEditor

auto save

parent 4847cadc
Showing with 3 additions and 0 deletions
...@@ -20,6 +20,8 @@ while True: ...@@ -20,6 +20,8 @@ while True:
# #
screen.blit(bg,(0,0)) screen.blit(bg,(0,0))
screen.blit(head_l,(240,30)) screen.blit(head_l,(240,30))
screen.blit(body,(270,30))
screen.blit(body,(300,30))
screen.blit(apple,(300,390)) screen.blit(apple,(300,390))
pygame.display.update() pygame.display.update()
\ 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