Commit 168dd3af by BellCodeEditor

save project

parent e8777b7b
Showing with 4 additions and 4 deletions
...@@ -13,8 +13,7 @@ while True: ...@@ -13,8 +13,7 @@ while True:
exit() exit()
screen.blit(background,(240,120)) screen.blit(background,(240,120))
screen.blit(right,(210,120)) screen.blit(right,(210,120))
screen.blit(body,(240,120)) screen.blit(body,(180,120))
screen.blit(body,(240,120)) screen.blit(body,(180,120))
screen.blit(body,(240,120)) screen.blit(apple,(360,300))
screen.blit(apple,(240,120))
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