Commit d662ebb5 by BellCodeEditor

save project

parent d0c9fe41
Showing with 3 additions and 1 deletions
...@@ -14,7 +14,9 @@ body3=pygame.image.load("body.png") ...@@ -14,7 +14,9 @@ body3=pygame.image.load("body.png")
screen.blit(beiJing,(0,0)) screen.blit(beiJing,(0,0))
screen.blit(rightSnake,(240,120)) screen.blit(rightSnake,(240,120))
screen.blit(redApple,(450,300)) screen.blit(redApple,(450,300))
screen.blit(body1,(450,300)) screen.blit(body1,(210,120))
screen.blit(body2,(180,120))
screen.blit(body3,(180,90))
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type ==locals.QUIT: if event.type ==locals.QUIT:
......
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