Commit dfe4b1b7 by BellCodeEditor

save project

parent 83d6fe47
Showing with 2 additions and 0 deletions
......@@ -6,6 +6,7 @@ bg=pygame.image.load("bg.png")
right=pygame.image.load("right.png")
body=pygame.image.load("body.png")
apple=pygame.image.load("apple.png")
clock=pygame.time.Clock()
# 创建一个窗口
screen=pygame.display.set_mode((660,480))
x,y=240,120
......@@ -26,6 +27,7 @@ while True:
pygame.display.update()
clock.tick(3)
......
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