Commit 8570cea6 by BellCodeEditor

save project

parent 39bfe23e
Showing with 1 additions and 1 deletions
......@@ -48,7 +48,7 @@ while True:
snake_head = down
# 设置贪吃蛇的头部坐标
if x<0 or x>630 or y<0 or y >450 :
if x<0 or x>630 or y<0 or y >450 :
exit()
if setheading == "right":
x += 30
......
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