Commit ba62fa47 by BellCodeEditor

save project

parent e08d7b45
Showing with 1 additions and 1 deletions
...@@ -20,7 +20,7 @@ down = pygame.image.load('down.png') # 头 朝下 ...@@ -20,7 +20,7 @@ down = pygame.image.load('down.png') # 头 朝下
x, y = 240, 120 x, y = 240, 120
position = [(180, 90), (180, 120), (210, 120), (x, y)] position = [(180, 90), (180, 120), (210, 120), (x, y)]
setheading = "d" setheading = 'd'
snake_head = d snake_head = d
while True: while True:
......
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