Commit cc93a439 by BellCodeEditor

save project

parent 709257bd
Showing with 7 additions and 1 deletions
......@@ -14,5 +14,11 @@ while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
pygame.blit(bg,(0,0))
screen.blit(bg,(0,0))
screen.blit(apple,(360,300))
screen.blit(rrr,(240,120))
screen.blit(pp,(210,120))
screen.blit(pp,(180,120))
screen.blit(pp,(180,90))
pygame.display.update()
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