Commit 9c64dea3 by BellCodeEditor

save project

parent ee71a06a
Showing with 4 additions and 2 deletions
...@@ -26,6 +26,7 @@ while True: ...@@ -26,6 +26,7 @@ while True:
a.blit(body,(150,240)) a.blit(body,(150,240))
a.blit(body,(120,240)) a.blit(body,(120,240))
a.blit(body,(90,240)) a.blit(body,(90,240))
a.blit(body,(90,270)) a.blit(body,(60,240))
a.blit(apple,(120,150)) a.blit(body,(60,270))
a.blit(apple,(150,150))
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