Commit 8c111d55 by BellCodeEditor

save project

parent 29499b65
Showing with 10 additions and 3 deletions
...@@ -15,7 +15,13 @@ while True: ...@@ -15,7 +15,13 @@ while True:
exit() exit()
Surface.blit(playbork,(0,0)) Surface.blit(playbork,(0,0))
Surface.blit(food,(180,170)) Surface.blit(food,(180,180))
Surface.blit(right,(155,57)) Surface.blit(right,(120,150))
Surface.blit(body,(77,200)) Surface.blit(body,(90,150))
Surface.blit(body,(60,150))
Surface.blit(body,(30,150))
Surface.blit(body,(30,120))
Surface.blit(body,(30,90))
Surface.blit(body,(30,60))
Surface.blit(body,(30,30))
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