Commit 40fcb953 by BellCodeEditor

save project

parent e123b944
Showing with 1 additions and 1 deletions
......@@ -20,7 +20,7 @@ FPSLOCK = pygame.time.Clock()
# 贪吃蛇xy坐标
x,y = 240,120
# 贪吃蛇身体列表
position = [(180,90),(180,120),(270,120),(x,y)]
position = [(180,90),(180,120),(210,120),(x,y)]
setheading = "right"
snake_head = right
......
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