Commit 4aac9ecc by BellCodeEditor

save project

parent 49616a1b
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ food=pygame.image.load("apple.png")
left=pygame.image.load("left.png")
body=pygame.image.load("body.png")
# 创建一个窗口
screen=pygame.display.set_mode((660,480))
screeen=pygame.display.set_mode((660,480))
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