Commit c2060837 by BellCodeEditor

save project

parent 484cc320
Showing with 2 additions and 0 deletions
......@@ -18,6 +18,8 @@ down = pygame.image.load('down.png')
left = pygame.image.load('left.png')
#蛇头的初始坐标
x,y=240,120
setheading='right'
snake_head=right
poat=[(180,90),(180,120),(210,120),(x,y)]
while True:
for event in pygame.event.get():
......
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