Commit d00faa9b by BellCodeEditor

save project

parent 274e6c17
Showing with 4 additions and 3 deletions
...@@ -19,7 +19,7 @@ while True: ...@@ -19,7 +19,7 @@ while True:
screen.blit(bg , (0,0)) screen.blit(bg , (0,0))
screen.blit(apple , (240 , 120)) screen.blit(apple , (240 , 120))
screen.blit(body , (360 , 300)) screen.blit(body , (360 , 300))
screen.blit(right, (180 ,120 )) screen.blit(apple, (180 ,120 ))
screen.blit(right , (210 ,120 )) screen.blit(apple , (210 ,120 ))
screen.blit(right , (180 ,90 )) screen.blit(apple , (180 ,90 ))
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