Commit a4be1167 by BellCodeEditor

auto save

parent 05a57ad6
Showing with 5 additions and 0 deletions
......@@ -17,7 +17,12 @@ while True:
if event.type == locals.QUIT:
exit()
#将背景画上去
screen.blit(background,(0,0))
#将贪吃蛇的头画上去
screen.blit(right , (290,120))
for i in range(8):
screen.blit(right,(x,y))
screen.blit(body,(x-30,y))
......
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