Commit 9e326e09 by BellCodeEditor

save project

parent 1143e73c
Showing with 8 additions and 0 deletions
......@@ -10,3 +10,10 @@ while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
exit()
screen.blit(background,(0,0))
screen.blit(right,(90,90))
screen.blit(body,(30,60))
screen.blit(body,(30,90))
screen.blit(body,(60,90))
screen.blit(apple,(120,150))
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