Commit 1fda1290 by BellCodeEditor

save project

parent 759eefaf
Showing with 5 additions and 0 deletions
......@@ -7,6 +7,11 @@ background=pygame.image.load('bg.png')
right=pygame.image.load('right.png')
food=pygame.image.load('apple.png')
body = pygame.image.load('body.png')
left = pygame.image.load('left.png')
up= pygame.image.load('up.png')
down = pygame.image.load('down.png')
setheading="right"
x,y=240,120
position=[(210,120),(180,120),(180,90),(x,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