Commit d53b6064 by BellCodeEditor

save project

parent e364a753
Showing with 7 additions and 6 deletions
......@@ -11,11 +11,11 @@ while True:
for event in pygame.event.get():
if event.type==locals.QUIT:
exit()
SBpygame.blit(background(0,0))
SBpygame.blit(food(360,300))
SBpygame.blit(right(240,120))
SBpygame.blit(background(220,120))
SBpygame.blit(background(200,120))
SBpygame.blit(background(200,100))
SBpygame.blit(background,(0,0))
SBpygame.blit(food,(360,300))
SBpygame.blit(right,(240,120))
SBpygame.blit(body,(210,120))
SBpygame.blit(body,(180,120))
SBpygame.blit(body,(180,90))
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