Commit 5459afd5 by BellCodeEditor

save project

parent 249eaa15
Showing with 1 additions and 3 deletions
......@@ -79,9 +79,7 @@ while True:
-1])
# 将贪吃蛇的身体画上去
for i in range(len(position)-1):
screen.blit(body, position
[
i])
screen.blit(body, position[i])
# 将果实画上去
screen.blit(food, (apple_x, apple_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