Commit c95fd9a7 by BellCodeEditor

save project

parent a905d12f
Showing with 5 additions and 4 deletions
...@@ -23,9 +23,9 @@ while True: ...@@ -23,9 +23,9 @@ while True:
y += 30 y += 30
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(right,(x,y)) screen.blit(right,(x,y))
screen.blit(body,(210,120)) screen.blit(body,(x-30,y))
screen.blit(body,(180,120)) screen.blit(body,(x-60,y))
screen.blit(body,(180,90)) screen.blit(body,(x-90,y))
screen.blit(apple,(200,300)) screen.blit(apple,(200,120))
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(3)
\ 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