Commit c1f32398 by BellCodeEditor

save project

parent 577071da
Showing with 3 additions and 0 deletions
......@@ -24,6 +24,9 @@ while True:
x +=30
# 将背景图画上去
screen.blit(background, (0, 0))
for i in range(len(mq)-1)
screen.blit(body,mq)
# 将贪吃蛇画上去
screen.blit(right, (x, 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