Commit 9eafd770 by BellCodeEditor

save project

parent 763c11d6
Showing with 4 additions and 0 deletions
......@@ -5,6 +5,10 @@ pygame.init()
# 创建一个窗口
asd=pygame.display.set_mode((1400,700))
right=pygame.image.load('right.png')
body=pygame.image.load('body.png')
bg=pygame.image.load('bg.png')
apple=pygame.image.load('apple.png')
from pygame import locals
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